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 13943f2 commit 6d5a89bCopy full SHA for 6d5a89b
features/storage/TESTS/flash_journal/basicAPI/basicAPI.cpp
@@ -785,7 +785,7 @@ control_t test_failedSmallWriteFollowedByPaddedWrite(const size_t call_count)
785
TEST_ASSERT_EQUAL(1, drv->GetCapabilities().asynchronous_ops);
786
return CaseTimeout(500) + CaseRepeatAll;
787
}
788
- TEST_ASSERT_EQUAL((SIZEOF_WRITE + 1), rc);
+ TEST_ASSERT_EQUAL(1, rc);
789
callbackStatus = rc;
790
return CaseRepeatAll;
791
} else {
0 commit comments