formatting auto

This commit is contained in:
Jake Goodwin 2024-08-24 09:05:07 -07:00
parent 43a64678eb
commit 2b45d70044
1 changed files with 8 additions and 16 deletions

View File

@ -25,21 +25,13 @@ TEST_GROUP(test_LedController)
};
TEST(test_LedController, SpyStructWorks)
TEST(test_LedController, LedController_SetHigh)
{
FAIL("Not yet implimented");
uint8_t fake_port = 0x00;
Led fake_led;
fake_led.port = &fake_port;
fake_led.pin_num = 0;
fake_led.state = false;
}
TEST(test_LedController, FirstTest)
{
FAIL("Fail me!");
}
TEST(test_LedController, SecondTest)
{
STRCMP_EQUAL("hello", "world");
LONGS_EQUAL(1, 2);
CHECK(false);
}