Fix CI test failure on main (nu-json) (#13374)

Conflict resulting from #13329 and #13326
This commit is contained in:
Stefan Holderbach
2024-07-14 10:37:57 +02:00
committed by GitHub
parent cf4864a9cd
commit 3d1145e759
2 changed files with 7 additions and 8 deletions

View File

@ -19,7 +19,7 @@ fn txt(text: &str) -> String {
}
fn hjson_expectations() -> PathBuf {
nu_test_support::fs::assets().join("nu_json")
nu_test_support::fs::assets().join("nu_json").into()
}
fn get_test_content(name: &str) -> io::Result<String> {