diff --git a/tests/instruments/test_argo.py b/tests/instruments/test_argo.py index 349ed051..83bbb261 100644 --- a/tests/instruments/test_argo.py +++ b/tests/instruments/test_argo.py @@ -12,7 +12,7 @@ def test_simulate_argo_floats() -> None: DRIFT_DEPTH = -1000 MAX_DEPTH = -2000 - VERTICLE_SPEED = -0.10 + VERTICAL_SPEED = -0.10 CYCLE_DAYS = 10 DRIFT_DAYS = 9 @@ -34,7 +34,7 @@ def test_simulate_argo_floats() -> None: min_depth=min_depth, max_depth=MAX_DEPTH, drift_depth=DRIFT_DEPTH, - vertical_speed=VERTICLE_SPEED, + vertical_speed=VERTICAL_SPEED, cycle_days=CYCLE_DAYS, drift_days=DRIFT_DAYS, )