Skip to content

Commit efb464b

Browse files
committed
Update line number in assert after change of yaml format.
1 parent 359c88e commit efb464b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,4 +49,4 @@ def test_error_cycles(test_file):
4949

5050
assert "Circular file inclusion of " in str(exc.value)
5151
if not test_file.endswith(".json"):
52-
assert "at line 23" in str(exc.value)
52+
assert "at line 21" in str(exc.value)

0 commit comments

Comments
 (0)