Skip to content

Commit 8dcdee9

Browse files
move this downstream
1 parent cb989b2 commit 8dcdee9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pioreactor/tests/test_pumps.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ def setup_function():
4848
cal.set_as_active_calibration_for_device("alt_media_pump")
4949
cal.set_as_active_calibration_for_device("waste_pump")
5050

51+
cal.save_to_disk_for_device("media_pump")
52+
cal.save_to_disk_for_device("alt_media_pump")
53+
cal.save_to_disk_for_device("waste_pump")
54+
5155

5256
def test_pump_io() -> None:
5357
exp = "test_pump_io"

0 commit comments

Comments
 (0)