Skip to content

Commit f86f072

Browse files
committed
fix test_bcs_get_negative_samples
1 parent d84ec9f commit f86f072

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serde-generate/tests/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ fn test_bincode_get_negative_samples() {
955955
// This test requires --release because of deserialization of long (unit) vectors.
956956
#[cfg(not(debug_assertions))]
957957
fn test_bcs_get_negative_samples() {
958-
assert_eq!(test_get_negative_samples(Runtime::Bcs), 63);
958+
assert_eq!(test_get_negative_samples(Runtime::Bcs), 59);
959959
}
960960

961961
// Make sure all the "negative" samples fail to deserialize with the reference Rust

0 commit comments

Comments
 (0)