Skip to content

Commit 998d19b

Browse files
whisperitysylvestre
authored andcommitted
chore: Typo, try fix function signature issue
1 parent badff25 commit 998d19b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/mock_storage.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ impl Storage for MockStorage {
6565
Duration::from_secs(0)
6666
})
6767
}
68-
async fn timestamp_cache_hit(&self, _key: &str) -> Result<Duration> {
68+
async fn timestamp_cache_hit(&self, _key: &str) -> Result<Option<Duration>> {
6969
Ok(Duration::from_secs(0))
7070
}
7171
fn location(&self) -> String {

0 commit comments

Comments
 (0)