Skip to content

Commit 36530ab

Browse files
committed
fix: COmments
1 parent 4474a53 commit 36530ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/test_unit_tests.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -749,7 +749,7 @@ def setUp(self):
749749
"version": "0.0.1",
750750
}],
751751
# claim version 2 is the default
752-
"claim_version": 2,
752+
# "claim_version": 2,
753753
"format": "image/jpeg",
754754
"title": "Python Test Image V2",
755755
"ingredients": [],
@@ -2337,7 +2337,7 @@ def test_builder_add_action_to_manifest_no_auto_add(self):
23372337
"version": "0.0.1",
23382338
}],
23392339
# claim version 2 is the default
2340-
"claim_version": 2,
2340+
# "claim_version": 2,
23412341
"format": "image/jpeg",
23422342
"title": "Python Test Image V2",
23432343
"ingredients": [],
@@ -2423,7 +2423,7 @@ def test_builder_add_action_to_manifest_with_auto_add(self):
24232423
"version": "0.0.1",
24242424
}],
24252425
# claim version 2 is the default
2426-
"claim_version": 2,
2426+
# "claim_version": 2,
24272427
"format": "image/jpeg",
24282428
"title": "Python Test Image V2",
24292429
"ingredients": [],

0 commit comments

Comments
 (0)