Skip to content

Commit 6d5a89b

Browse files
author
Rohit Grover
committed
commit now returns 1 in the synchronous case
1 parent 13943f2 commit 6d5a89b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/storage/TESTS/flash_journal/basicAPI/basicAPI.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -785,7 +785,7 @@ control_t test_failedSmallWriteFollowedByPaddedWrite(const size_t call_count)
785785
TEST_ASSERT_EQUAL(1, drv->GetCapabilities().asynchronous_ops);
786786
return CaseTimeout(500) + CaseRepeatAll;
787787
}
788-
TEST_ASSERT_EQUAL((SIZEOF_WRITE + 1), rc);
788+
TEST_ASSERT_EQUAL(1, rc);
789789
callbackStatus = rc;
790790
return CaseRepeatAll;
791791
} else {

0 commit comments

Comments
 (0)