Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
lymereJ committed Aug 28, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 2cba643 commit 437d710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_logging.py
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ def test_logging(self):
== "Target not met after 1 generations; Restarting the generator."
)
self.assertTrue(captured[0][0].levelname == "WARNING")
self.assertTrue("GEN: 0, IPLV: 5.56, kW/ton: 5" in captured[0][1].msg)
self.assertTrue("GEN: 0, IPLV: 5.56, kW/ton: 5.2" in captured[0][1].msg)
self.assertTrue(captured[0][1].levelname == "INFO")
self.assertTrue(
captured[0][2].msg

0 comments on commit 437d710

Please sign in to comment.