Skip to content

Commit

Permalink
Naming
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Dec 24, 2024
1 parent 5856ce1 commit 6411999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/shared/src/price_estimation/native_price_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ mod tests {
}

#[tokio::test]
async fn properly_caches_internal_estimator_errors() {
async fn properly_caches_accumulative_errors() {
let mut inner = MockNativePriceEstimating::new();
inner
.expect_estimate_native_price()
Expand Down

0 comments on commit 6411999

Please sign in to comment.