Skip to content

Commit

Permalink
fix reference test
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Feb 10, 2025
1 parent e030c09 commit 85dc2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/types/src/reference_tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ fn reference_test_without_committable<T: Serialize + DeserializeOwned + Eq + Deb

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

let file_path = data_dir.join(format!("{name}.json"));
Expand Down

0 comments on commit 85dc2a6

Please sign in to comment.