Skip to content

Commit 0aab2ba

Browse files
committed
test: Removes erroneous test case.
1 parent 5c81d15 commit 0aab2ba

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

tests/unit_tests.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,6 @@ def test_stream_read_and_parse(self):
4444
title = manifest = manifest_store["manifests"][manifest_store["active_manifest"]]["title"]
4545
self.assertEqual(title, "C.jpg")
4646

47-
def test_from_manifest_data_and_stream(self):
48-
with open(testPath, "rb") as stream:
49-
with open("tests/fixtures/manifest.c2pa", "r") as manifest_data:
50-
reader = Reader("image/jpeg",stream, manifest_data)
51-
manifest_store = json.loads(reader.json())
52-
title = manifest = manifest_store["manifests"][manifest_store["active_manifest"]]["title"]
53-
self.assertEqual(title, "C.jpg")
5447

5548
def test_json_decode_err(self):
5649
with self.assertRaises(Error.Io):

0 commit comments

Comments
 (0)