From 36108f41086dfd337c7e6cbd5ff1c9f81bf2b508 Mon Sep 17 00:00:00 2001 From: jakeg00dwin Date: Sun, 1 Sep 2024 12:49:45 -0700 Subject: [PATCH] Added comment details. --- tests/Relays/test_Relays.cpp | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) 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); -} -