Skip to content

Commit 78c4c93

Browse files
committed
relax the "newline" test for NUON registry files
1 parent 56c1956 commit 78c4c93

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/mod.nu

-5
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,3 @@ export def generate-local-registry [] {
171171
assert equal $actual $expected
172172
}
173173
}
174-
175-
export def registry-files-no-newlines [] {
176-
assert (ls tests/packages/registry/*nuon
177-
| all { not (open $in.name --raw | str contains (char nl)) })
178-
}

0 commit comments

Comments
 (0)