diff options
Diffstat (limited to 'src/drivers/test/test_adc.cpp')
| -rw-r--r-- | src/drivers/test/test_adc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/test/test_adc.cpp b/src/drivers/test/test_adc.cpp index df103af3..a8dad4bd 100644 --- a/src/drivers/test/test_adc.cpp +++ b/src/drivers/test/test_adc.cpp @@ -12,7 +12,7 @@ namespace drivers { -TEST_CASE("battery measurement", "[integration]") { +TEST_CASE("battery adc", "[integration]") { AdcBattery battery; SECTION("voltage is within range") { |
