Skip to content

Commit deb190b

Browse files
Update utils tests
1 parent cb90ef3 commit deb190b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/test_utils.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,6 @@ def test_check_network_wrong_call():
204204
check_network(_get_model_Model())
205205
assert "Failed to build" in str(excinfo.value)
206206
assert "get_model" in str(excinfo.value)
207-
assert "inputs" in str(excinfo.value)
208207

209208
with pytest.raises(ValueError) as excinfo:
210209
check_network(_get_model_Model,

0 commit comments

Comments
 (0)