Skip to content

Commit

Permalink
add dummy test
Browse files Browse the repository at this point in the history
  • Loading branch information
vegano1 committed Jan 12, 2024
1 parent 34ff65d commit 58a4c84
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions hepa-uv/tests/test_leds.cpp
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#include "catch2/catch.hpp"

// Just a dummy test case for CI.
TEST_CASE("Holder Test Case") {
REQUIRE(true);
}

0 comments on commit 58a4c84

Please sign in to comment.