Skip to content

Commit

Permalink
test: Fix readme tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Marwes committed Apr 4, 2023
1 parent 1fabe27 commit 71ac3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/async.rs
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ fn skip_count_min_max_test() {
assert_eq!(result.unwrap(), [""]);
}

const WORDS_IN_README: usize = 824;
const WORDS_IN_README: usize = 773;

#[test]
fn decode_std() {
Expand Down Expand Up @@ -850,5 +850,5 @@ async fn decode_loop() {
}
}
}
assert_eq!(824, count);
assert_eq!(WORDS_IN_README, count);
}

0 comments on commit 71ac3e5

Please sign in to comment.