Skip to content

Commit

Permalink
check length first
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Mar 28, 2024
1 parent 9d4efdd commit 537ee50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/adapter_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ fn bulk_send_sync<T: CanAdapter>(adapter: &mut T) {
std::thread::sleep(Duration::from_millis(1));
}

assert_eq!(frames.len(), received.len());
assert_eq!(frames, received);
}

Expand Down

0 comments on commit 537ee50

Please sign in to comment.