We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec500a5 commit 7fb335fCopy full SHA for 7fb335f
1 file changed
mergin/test/test_client.py
@@ -3150,7 +3150,7 @@ def test_client_pull_project_async(mc):
3150
3151
job = pull_project_async(mc, project_dir_pull)
3152
assert job
3153
- assert len(job.pull_changes.get("added")) == 2
+ assert len(job.pull_actions) == 2
3154
pull_project_wait(job)
3155
assert job.total_size == job.transferred_size
3156
pull_project_finalize(job)
0 commit comments