Skip to content

Commit

Permalink
chore: fix typo in test_stats triggering typos CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Nov 25, 2024
1 parent 5d3379b commit b1ac002
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_stats.rs
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ fn stats_cache() {
}

#[test]
#[ignore = "temporarily ignore while tblshooting fingerprint hash and cache_treshold"]
#[ignore = "temporarily ignore while tblshooting fingerprint hash and cache_threshold"]
fn stats_cache_negative_threshold() {
use std::path::Path;

Expand Down Expand Up @@ -1009,7 +1009,7 @@ fn stats_cache_negative_threshold_unmet() {
}

#[test]
#[ignore = "temporarily ignore while tblshooting fingerprint hash and cache_treshold"]
#[ignore = "temporarily ignore while tblshooting fingerprint hash and cache_threshold"]
fn stats_cache_negative_threshold_five() {
use std::path::Path;

Expand Down

0 comments on commit b1ac002

Please sign in to comment.