Skip to content

Commit 2f03fe5

Browse files
torcolvinCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f51eac9 commit 2f03fe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/dev_e2e/test_replication_behavior.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async def test_pull_empty_database_active_only(self, cblpytest: CBLPyTest, datas
2525
sync_gateway = cloud.sync_gateways[0]
2626
await cloud.configure_dataset(dataset_path, "names")
2727

28-
self.mark_test_step("Delete name_101 through name_150 on sync gateway")
28+
self.mark_test_step("Delete name_001 through name_150 on sync gateway")
2929
all_docs = await sync_gateway.get_all_documents("names")
3030
to_delete = [row for row in all_docs.rows if int(row.id[-3:]) <= 150]
3131
assert to_delete, "The names dataset carries no documents to delete"

0 commit comments

Comments
 (0)