Skip to content

Commit 01166c2

Browse files
committed
Adapts to changes in OSut:resetUo re-renaming convention
1 parent f3fd353 commit 01166c2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/necb/unit_tests/tests/test_necb_structures.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def test_necb_structures()
123123
else
124124
id = c.layers.last.nameString
125125
err_msg = "BTAP::Structure #{id} insulation layer (#{cas})?"
126-
assert_includes(id, "cellulose", err_msg)
126+
assert_includes(id, "OSut:K", err_msg)
127127
end
128128
end
129129
end

0 commit comments

Comments
 (0)