Added comment details.

This commit is contained in:
jakeg00dwin 2024-09-01 12:49:45 -07:00
parent 7093957c33
commit 36108f4108
1 changed files with 2 additions and 9 deletions

View File

@ -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);
}