Skip to content

Commit

Permalink
Update cal update test to use an original cal date in the past.
Browse files Browse the repository at this point in the history
  • Loading branch information
dboulware committed Mar 22, 2024
1 parent 2004a0f commit 8bba476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scos_actions/calibration/tests/test_sensor_calibration.py
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ def test_sf_no_interpolation_points(self):
break

def test_update(self):
calibration_datetime = get_datetime_str_now()
calibration_datetime = "2024-03-17T19:16:55.172Z"
calibration_params = ["sample_rate", "frequency"]
calibration_data = {100.0: {200.0: {"noise_figure": 0, "gain": 0}}}
test_cal_path = Path("test_calibration.json")
Expand Down

0 comments on commit 8bba476

Please sign in to comment.