We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c444b63 commit 3cbe499Copy full SHA for 3cbe499
test/tests/test_unity_core.c
@@ -300,8 +300,8 @@ void testFailureCountIncrementsAndIsReturnedAtEnd(void)
300
startFlushSpy();
301
savedGetFlushSpyCalls = getFlushSpyCalls();
302
UnityConcludeTest();
303
- TEST_ASSERT_EQUAL(0, savedGetFlushSpyCalls);
304
endPutcharSpy();
+ TEST_ASSERT_EQUAL(0, savedGetFlushSpyCalls);
305
TEST_ASSERT_EQUAL(savedFailures + 1, Unity.TestFailures);
306
#if defined(UNITY_OUTPUT_FLUSH) && defined(UNITY_OUTPUT_FLUSH_HEADER_DECLARATION)
307
TEST_ASSERT_EQUAL(1, getFlushSpyCalls());
0 commit comments