Skip to content

Commit

Permalink
move this downstream
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Jan 15, 2025
1 parent cb989b2 commit 8dcdee9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pioreactor/tests/test_pumps.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ def setup_function():
cal.set_as_active_calibration_for_device("alt_media_pump")
cal.set_as_active_calibration_for_device("waste_pump")

cal.save_to_disk_for_device("media_pump")
cal.save_to_disk_for_device("alt_media_pump")
cal.save_to_disk_for_device("waste_pump")


def test_pump_io() -> None:
exp = "test_pump_io"
Expand Down

0 comments on commit 8dcdee9

Please sign in to comment.