Skip to content

Commit

Permalink
Update lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
ismaileke authored Aug 19, 2024
1 parent 629cd5e commit d38a913
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
mod tests {
extern crate binary_utils;

use binary_utils::binary_utils::Stream;
use binary_utils::binary::Stream;

#[test]
fn test() {
let mut stream = Stream::new(vec![0, 52, 255], 0);
println!("{:?}", stream.get(1));

}
}
}

0 comments on commit d38a913

Please sign in to comment.