We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d51bde commit 306fe65Copy full SHA for 306fe65
tests/test_deserialize_json.py
@@ -95,4 +95,3 @@ def test_regression_issue690(self) -> None:
95
json = json_loads(f.read())
96
bom: Bom = Bom.from_json(json) # <<< is expected to not crash
97
self.assertIsNotNone(bom)
98
-
0 commit comments