Skip to content

Commit 8e75fa7

Browse files
committed
Fix test (no more changes to gpkg_contents)
1 parent 8d5eedd commit 8e75fa7

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
@@ -388,7 +388,7 @@ def test_sync_diff(mc, push_geodiff_enabled, pull_geodiff_enabled):
388388

389389

390390
def test_list_of_push_changes(mc):
391-
PUSH_CHANGES_SUMMARY = "{'base.gpkg': {'geodiff_summary': [{'table': 'gpkg_contents', 'insert': 0, 'update': 1, 'delete': 0}, {'table': 'simple', 'insert': 1, 'update': 0, 'delete': 0}]}}"
391+
PUSH_CHANGES_SUMMARY = "{'base.gpkg': {'geodiff_summary': [{'table': 'simple', 'insert': 1, 'update': 0, 'delete': 0}]}}"
392392

393393
test_project = 'test_list_of_push_changes'
394394
project = API_USER + '/' + test_project

0 commit comments

Comments
 (0)