You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
brian@ip-10-145-43-250:~/dev/slate/rust-sliding_windows⟫ cargo +nightly test
Compiling sliding_windows v2.0.3 (file:///mnt2/dev/slate/rust-sliding_windows)
Finished dev [unoptimized + debuginfo] target(s) in 1.22 secs
Running target/debug/deps/sliding_windows-5ae024d63933df5e
running 6 tests
test tests::sliding_windows_2 ... ok
test tests::sliding_windows_1 ... ok
test tests::sliding_windows_3 ... ok
test tests::sliding_windows_5 ... ok
test tests::sliding_windows_6 ... ok
test tests::sliding_windows_4 ... FAILED
failures:
---- tests::sliding_windows_4 stdout ----
thread 'tests::sliding_windows_4' panicked at 'assertion failed: `(left == right)` (left: `(18446744073709551610, None)`, right: `(0, None)`)', src/tests.rs:72
failures:
tests::sliding_windows_4
test result: FAILED. 5 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out
error: test failed, to rerun pass '--lib'
https://github.com/flo-l/rust-sliding_windows
cc @flo-l
The text was updated successfully, but these errors were encountered: