Skip to content

Commit

Permalink
Cleanup test name
Browse files Browse the repository at this point in the history
  • Loading branch information
terahlunah committed Jan 24, 2023
1 parent 26f0dd3 commit e037c57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/buffer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ overread_tests! {
}

#[test]
fn test_issue_15_multiple_write_bits() {
fn test_multiple_write_bits() {
let mut bytes = ByteBuffer::new();
bytes.write_bits(0x7, 3);
bytes.write_bits(7, 4);
Expand Down

0 comments on commit e037c57

Please sign in to comment.