Added comment details.
This commit is contained in:
parent
7093957c33
commit
36108f4108
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue