We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b576848 commit 8bdfd7bCopy full SHA for 8bdfd7b
tests/test_logger.py
@@ -91,7 +91,7 @@ def test_remove_circular_references(self,
91
"severity": "ERROR",
92
"message": "testing circular",
93
"circ": circ,
94
- } # i
+ }
95
logger.write(entry)
96
raw_log_output = capsys.readouterr().err
97
log_output = json.loads(raw_log_output)
0 commit comments