Skip to content

Commit c543499

Browse files
committed
Do not rely on checksum in test
1 parent 4614fc4 commit c543499

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mergin/test/test_client.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,6 @@ def test_force_gpkg_update(mc):
411411
project_info = mc.project_info(project)
412412
assert project_info['version'] == 'v2'
413413
f_remote = next((f for f in project_info['files'] if f['path'] == f_updated), None)
414-
assert f_remote['checksum'] == updated_checksum
415414
assert 'diff' not in f_remote
416415

417416

0 commit comments

Comments
 (0)