Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Raz-Hemo authored and Raz-Hemo committed Jan 19, 2024
1 parent 04c091b commit fbebed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cached.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1479,7 +1479,7 @@ fn test_result_fallback() {
assert_eq!(cache.cache_hits(), Some(0));
assert_eq!(cache.cache_misses(), Some(1));
}

// Pretend it succeeded once
ALWAYS_FAILING.lock().unwrap().cache_set((), 1);
assert_eq!(always_failing(), Ok(1));
Expand Down

0 comments on commit fbebed9

Please sign in to comment.