Skip to content

Commit c8e0a6c

Browse files
fix test
1 parent 61f8133 commit c8e0a6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pioreactor/tests/test_od_calibration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717

1818
def test_analyze():
19-
cal = structs.ODCalibration(
19+
cal = structs.OD600Calibration(
2020
created_at=current_utc_datetime(),
2121
curve_type="poly",
2222
curve_data_=[2.0, 0.0],

0 commit comments

Comments
 (0)