Skip to content

Commit

Permalink
remove duplicated / obsolete reference tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tbro committed Nov 1, 2024
1 parent cd5bf75 commit df77393
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 338 deletions.
337 changes: 0 additions & 337 deletions sequencer/src/reference_tests.rs

This file was deleted.

2 changes: 1 addition & 1 deletion types/src/reference_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ fn reference_test_without_committable<T: Serialize + DeserializeOwned + Eq + Deb
setup_test();

// Load the expected serialization from the repo.
let data_dir = Path::new(env!("CARGO_MANIFEST_DIR"))
let data_dir = Path::new(&std::env::var("CARGO_MANIFEST_DIR").unwrap())
.join("../data")
.join(version);

Expand Down

0 comments on commit df77393

Please sign in to comment.