Skip to content

Commit

Permalink
don't try to connect to fixture twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanthecoder committed Mar 7, 2024
1 parent 424ac19 commit 0873643
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,6 @@ def _connect_to_fixture(test_config: TestConfig) -> PressureFixtureBase:
fixture = connect_to_fixture(
test_config.simulate or test_config.skip_fixture, side=test_config.fixture_side
)
fixture.connect()
return fixture


Expand Down

0 comments on commit 0873643

Please sign in to comment.