From 6cabb250a1202629e26cdb34e72810d19e0f7d66 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Fri, 2 Aug 2024 13:10:26 -0700 Subject: [PATCH] removed template tests. --- tests/timer/test_timer.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/tests/timer/test_timer.cpp b/tests/timer/test_timer.cpp index fe99f93..19c0bc0 100644 --- a/tests/timer/test_timer.cpp +++ b/tests/timer/test_timer.cpp @@ -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"); - LONGS_EQUAL(1, 2); - CHECK(false); + CHECK(true); } -