Skip to content

Commit 8bdfd7b

Browse files
cabljactaeold
andauthored
Update tests/test_logger.py
Co-authored-by: Daniel Lee <[email protected]>
1 parent b576848 commit 8bdfd7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_logger.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ def test_remove_circular_references(self,
9191
"severity": "ERROR",
9292
"message": "testing circular",
9393
"circ": circ,
94-
} # i
94+
}
9595
logger.write(entry)
9696
raw_log_output = capsys.readouterr().err
9797
log_output = json.loads(raw_log_output)

0 commit comments

Comments
 (0)