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 a8b94ca commit 216b5e6Copy full SHA for 216b5e6
store/test-store/tests/postgres/chain_head.rs
@@ -518,7 +518,7 @@ fn test_clear_stale_call_cache() {
518
// Note: The storage field is not accessible from here, so we cannot fetch the Schema for the private chain
519
// and manually populate the cache and meta tables or alter the accessed_at timestamp.
520
// We can only test that the function runs to completion without error.
521
- let result = store.clear_stale_call_cache(7).await;
+ let result = store.clear_stale_call_cache(7, None).await;
522
assert!(result.is_ok());
523
});
524
}
0 commit comments