Skip to content

Commit 139e0f5

Browse files
author
Rohit Grover
committed
remove un-necessary checks from test_getInfo()
These checks were useful in the context of K64F, but they don't apply as we move to other implementations.
1 parent 2921db8 commit 139e0f5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

TESTS/storage_abstraction/basicAPI/basicAPI.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ void test_getInfo()
112112

113113
TEST_ASSERT_EQUAL(0, info.security.reserved1);
114114
TEST_ASSERT_EQUAL(0, info.security.reserved2);
115-
TEST_ASSERT_EQUAL(1, info.erased_value);
116-
TEST_ASSERT((info.program_cycles == ARM_STORAGE_PROGRAM_CYCLES_INFINITE) || (info.program_cycles > 0));
117115
TEST_ASSERT(info.total_storage > 0);
118116
}
119117

0 commit comments

Comments
 (0)