diff options
-rw-r--r-- | tests/spi25.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/spi25.c b/tests/spi25.c index aa1eea01..362f5c69 100644 --- a/tests/spi25.c +++ b/tests/spi25.c @@ -129,6 +129,7 @@ void probe_spi_res2_test_success(void **state) (void) state; /* unused */ /* setup initial test state. */ + clear_spi_id_cache(); struct flashctx flashctx = { .chip = &mock_chip }; expect_memory(__wrap_spi_send_command, flash, &flashctx, sizeof(flashctx)); |