Skip to content

Commit 7fb335f

Browse files
committed
pull actions tests
1 parent ec500a5 commit 7fb335f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mergin/test/test_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3150,7 +3150,7 @@ def test_client_pull_project_async(mc):
31503150

31513151
job = pull_project_async(mc, project_dir_pull)
31523152
assert job
3153-
assert len(job.pull_changes.get("added")) == 2
3153+
assert len(job.pull_actions) == 2
31543154
pull_project_wait(job)
31553155
assert job.total_size == job.transferred_size
31563156
pull_project_finalize(job)

0 commit comments

Comments
 (0)