Skip to content

Commit 5c9154b

Browse files
committed
adapt 1 path to test resource
1 parent dea3c21 commit 5c9154b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bim2sim/plugins/PluginIFCCheck/test/unit/test_check_ifc.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ def weather_file_path(self) -> Path:
5151
'/home/cudok/Documents/12_ifc_check_ids/AC20-FZK-Haus_NoneAndDoubleGUID.ifc')
5252
ifc_file_fkz_SB55_DoubleAndNoneGUID = Path(
5353
'/home/cudok/Documents/12_ifc_check_ids/AC20-FZK-Haus_with_SB55_NoneAndDoubleGUID.ifc')
54-
ifc_file_fkz_SB55 = Path(
55-
'/home/cudok/Documents/12_ifc_check_ids/AC20-FZK-Haus_with_SB55.ifc')
54+
ifc_file_fkz_SB55 = Path(bim2sim.__file__).parent.parent / 'test/resources/arch/ifc/AC20-FZK-Haus_with_SB55.ifc'
5655
ifc_file_fkz_ifc23 = Path(
5756
'/home/cudok/Documents/12_ifc_check_ids/AC20-FZK-Haus_ifc23.ifc')
5857

0 commit comments

Comments
 (0)