Skip to content

Commit 216b5e6

Browse files
test: Update tests case
Signed-off-by: Maksim Dimitrov <[email protected]>
1 parent a8b94ca commit 216b5e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

store/test-store/tests/postgres/chain_head.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ fn test_clear_stale_call_cache() {
518518
// Note: The storage field is not accessible from here, so we cannot fetch the Schema for the private chain
519519
// and manually populate the cache and meta tables or alter the accessed_at timestamp.
520520
// We can only test that the function runs to completion without error.
521-
let result = store.clear_stale_call_cache(7).await;
521+
let result = store.clear_stale_call_cache(7, None).await;
522522
assert!(result.is_ok());
523523
});
524524
}

0 commit comments

Comments
 (0)