mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
Fix tests
This commit is contained in:
parent
b0d7daa0d6
commit
c967f15e7c
1 changed files with 4 additions and 0 deletions
|
@ -196,6 +196,10 @@ mod tests {
|
|||
loc: fixtures().join("jonathan.xml"),
|
||||
at: 0
|
||||
},
|
||||
Res {
|
||||
loc: fixtures().join("sample.bson"),
|
||||
at: 0
|
||||
},
|
||||
Res {
|
||||
loc: fixtures().join("sample.ini"),
|
||||
at: 0
|
||||
|
|
Loading…
Reference in a new issue