Skip to content

Commit 05d3ee1

Browse files
committed
fix formatting
1 parent 58144c2 commit 05d3ee1

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
@@ -359,7 +359,7 @@ def test_sync_diff(mc):
359359

360360
def test_list_of_push_changes(mc):
361361
PUSH_CHANGES_SUMMARY = {
362-
'base.gpkg': {'geodiff_summary': [{'table': 'simple', 'insert': 1, 'update': 0, 'delete': 0}]}
362+
"base.gpkg": {"geodiff_summary": [{"table": "simple", "insert": 1, "update": 0, "delete": 0}]}
363363
}
364364

365365
test_project = "test_list_of_push_changes"

0 commit comments

Comments
 (0)