Skip to content

Commit

Permalink
pre -commit job fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Novecento99 committed Jul 23, 2024
1 parent cd4fa08 commit cd76daf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ def test_db_creation(self) -> None:
self.assertEqual(row["testbool1"], 1)
self.assertEqual(row["testbool2"], 1)
self.assertEqual(row["testbool3"], 1)
self.assertEqual(row["testbool4"], 1)
self.assertEqual(row["testbool4"], 1)
self.assertEqual(row["testbool5"], 0)
self.assertEqual(row["testbool6"], 0)
self.assertEqual(row["testbool7"], 0)
Expand Down

0 comments on commit cd76daf

Please sign in to comment.