Skip to content

Commit

Permalink
fixup! Adjust spiral detection tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guillett committed Feb 5, 2024
1 parent d6cb459 commit b9f1cfe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/core/test_tracers.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ def test_cycle_error(tracer):
simulation._check_for_cycle("a", 2017)



@mark.parametrize("tracer", [SimpleTracer(), FullTracer()])
def test_spiral_error(tracer):
simulation = StubSimulation()
Expand Down

0 comments on commit b9f1cfe

Please sign in to comment.