From 894a03c4ff40ab8c4797083cd7d1417cf90d140e Mon Sep 17 00:00:00 2001 From: misi9170 Date: Thu, 21 Dec 2023 15:26:26 -0700 Subject: [PATCH] Add note for future test for HerculesWindBatteryController. --- tests/controller_library_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/controller_library_test.py b/tests/controller_library_test.py index 554fb428..d51f3123 100644 --- a/tests/controller_library_test.py +++ b/tests/controller_library_test.py @@ -84,5 +84,5 @@ def test_WakeSteeringADStandin(): def test_HerculesWindBatteryController(): - # TODO: write this test + # TODO: write this test, possibly clean up HerculesWindBatteryController class pass