removed template tests.

This commit is contained in:
jakeg00dwin 2024-08-02 13:10:26 -07:00
parent a0126053f6
commit 6cabb250a1
1 changed files with 2 additions and 9 deletions

View File

@ -25,15 +25,8 @@ TEST_GROUP(test_timer)
} }
}; };
TEST(test_timer, FirstTest)
{
FAIL("Fail me!");
}
TEST(test_timer, SecondTest) TEST(test_timer, SetupTimerMocks)
{ {
STRCMP_EQUAL("hello", "world"); CHECK(true);
LONGS_EQUAL(1, 2);
CHECK(false);
} }