Skip to content

Commit ff11d1c

Browse files
committed
fix: Threaded tests: update manifests
1 parent 27f5070 commit ff11d1c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/test_unit_tests_threaded.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ def setUp(self):
197197
"name": "python_test",
198198
"version": "0.0.1",
199199
}],
200+
"claim_version": 1,
200201
"format": "image/jpeg",
201202
"title": "Python Test Image",
202203
"ingredients": [],
@@ -224,6 +225,7 @@ def setUp(self):
224225
"name": "python_test_1",
225226
"version": "0.0.1",
226227
}],
228+
"claim_version": 1,
227229
"format": "image/jpeg",
228230
"title": "Python Test Image 1",
229231
"ingredients": [],
@@ -251,6 +253,7 @@ def setUp(self):
251253
"name": "python_test_2",
252254
"version": "0.0.1",
253255
}],
256+
"claim_version": 1,
254257
"format": "image/jpeg",
255258
"title": "Python Test Image 2",
256259
"ingredients": [],

0 commit comments

Comments
 (0)