Skip to content

Commit

Permalink
remove unused _large_ test fixture
Browse files Browse the repository at this point in the history
  • Loading branch information
bmflynn committed Jan 26, 2024
1 parent 6ddb787 commit fbfab82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/synchronizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,6 @@ mod tests {
fn ccsds_asm_with_no_bitshift_succeeds() {
let asm = ASM.to_vec();
let r = &ASM[..];
// let r = fs::File::open("../dldecode/testdata/overpass_snpp_2017_7min.dat").unwrap();
let mut scanner = Synchronizer::new(r, &asm, 0);
let loc = scanner.scan().expect("Expected scan to succeed");

Expand Down
3 changes: 0 additions & 3 deletions tests/fixtures/overpass_snpp_2017_7min.dat

This file was deleted.

0 comments on commit fbfab82

Please sign in to comment.