Skip to content

Commit

Permalink
run tests on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Meadows committed Mar 10, 2024
1 parent 20e8135 commit d6abfe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_flaky_decorator.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def test_something():
}

self.assertIsNotNone(flaky_attribute)
self.assertLessThanOrEqualTo(
self.assertLessEqual(
{
FlakyNames.MIN_PASSES: min_passes,
FlakyNames.MAX_RUNS: max_runs,
Expand Down

0 comments on commit d6abfe2

Please sign in to comment.