Skip to content

Commit 8cc5924

Browse files
committed
BF: minor typo unit[t]est
1 parent ef3dbe3 commit 8cc5924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_strategy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ def test_print_output(self):
3333
self.assertEqual(output, expected_output_as_bytes)
3434

3535
if __name__ == "__main__":
36-
unitest.main()
36+
unittest.main()

0 commit comments

Comments
 (0)