Skip to content

Commit

Permalink
use g36 5.16.14 fc-1 instead of fc-3, which doesn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewSteen committed Sep 19, 2024
1 parent eae7436 commit a79c859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/unit/api/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ def test_validate_model_against_shapes(client, building_motif, shacl_engine):
brick.get_shape_collection().id,
],
"shape_uris": [
"urn:ashrae/g36/5.16.14/multiple-zone-vav-ahu-afdd/fc-3",
"urn:ashrae/g36/5.16.14/multiple-zone-vav-ahu-afdd/fc-1",
"urn:ashrae/g36/5.16.14/multiple-zone-vav-ahu-afdd/fc-4",
],
"target_class": str(BRICK["AHU"]),
Expand All @@ -462,7 +462,7 @@ def test_validate_model_against_shapes(client, building_motif, shacl_engine):

# assert
assert (
len(results.json["urn:ashrae/g36/5.16.14/multiple-zone-vav-ahu-afdd/fc-3"]) == 0
len(results.json["urn:ashrae/g36/5.16.14/multiple-zone-vav-ahu-afdd/fc-1"]) == 0
), results.content
assert (
len(results.json["urn:ashrae/g36/5.16.14/multiple-zone-vav-ahu-afdd/fc-4"]) == 3
Expand Down

0 comments on commit a79c859

Please sign in to comment.