diff --git a/tests/Relays/test_Relays.cpp b/tests/Relays/test_Relays.cpp index 1d31000..8dca280 100644 --- a/tests/Relays/test_Relays.cpp +++ b/tests/Relays/test_Relays.cpp @@ -1,6 +1,6 @@ /* - * Author: username - * Date: todays_date + * Author: Jake G + * Date: 2024-09-01 * filename: test_Relays.c * description: module_purpose */ @@ -29,10 +29,3 @@ TEST(test_Relays, FirstTest) FAIL("Fail me!"); } -TEST(test_Relays, SecondTest) -{ - STRCMP_EQUAL("hello", "world"); - LONGS_EQUAL(1, 2); - CHECK(false); -} -