Skip to content

Commit

Permalink
One more method call consolidation
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes-ucsc authored and dsotirho-ucsc committed Nov 25, 2024
1 parent 3073542 commit 777eb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/service/test_manifest.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ def _assert_pfb_schema(self, schema):
fastavro.parse_schema({'this': 'is not', 'an': 'avro schema'})

actual = json.dumps(schema, indent=4, sort_keys=True)
expected = self._data_path('service', 'manifest', 'terra', 'pfb_manifest.schema.json')
expected = self._canned_manifest_path('terra', 'pfb_manifest.schema.json')
self._assert_or_create_json_can(expected, actual)

def _assert_or_create_json_can(self, expected: Path, actual: str):
Expand Down

0 comments on commit 777eb29

Please sign in to comment.