Skip to content

Commit b07c6c2

Browse files
committed
fix mc test
1 parent 7b18ea8 commit b07c6c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ def test_MC():
1111
"""test ModelConstructor"""
1212
img_size = 16
1313
mc = ModelConstructor()
14-
assert "name=None" in str(mc)
14+
assert "name=" not in str(mc)
1515
mc.name = "MC"
1616
assert "name='MC'" in str(mc)
1717
model = mc()

0 commit comments

Comments
 (0)