aboutsummaryrefslogtreecommitdiff
path: root/tests/async.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/async.rs')
-rw-r--r--tests/async.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/async.rs b/tests/async.rs
index f5fb063..bedaa72 100644
--- a/tests/async.rs
+++ b/tests/async.rs
@@ -634,7 +634,7 @@ fn skip_count_min_max_test() {
assert_eq!(result.unwrap(), [""]);
}
-const WORDS_IN_README: usize = 819;
+const WORDS_IN_README: usize = 824;
#[test]
fn decode_std() {
@@ -850,5 +850,5 @@ async fn decode_loop() {
}
}
}
- assert_eq!(819, count);
+ assert_eq!(824, count);
}