mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 18:34:31 +02:00
Fix CI test failure on main (nu-json) (#13374)
Conflict resulting from #13329 and #13326
This commit is contained in:
committed by
GitHub
parent
cf4864a9cd
commit
3d1145e759
@ -102,13 +102,12 @@ pub fn fixtures() -> AbsolutePathBuf {
|
||||
path
|
||||
}
|
||||
|
||||
// FIXME: re-enable nu_json tests
|
||||
// pub fn assets() -> AbsolutePathBuf {
|
||||
// let mut path = root();
|
||||
// path.push("tests");
|
||||
// path.push("assets");
|
||||
// path
|
||||
// }
|
||||
pub fn assets() -> AbsolutePathBuf {
|
||||
let mut path = root();
|
||||
path.push("tests");
|
||||
path.push("assets");
|
||||
path
|
||||
}
|
||||
|
||||
pub fn in_directory(path: impl AsRef<nu_path::Path>) -> AbsolutePathBuf {
|
||||
root().join(path)
|
||||
|
Reference in New Issue
Block a user