This commit is contained in:
amtoine 2024-11-13 19:22:04 +01:00
parent 783f711e9f
commit 1e2d00d69c
No known key found for this signature in database
GPG Key ID: 37AAE9B486CFF1AB

View File

@ -104,7 +104,6 @@ def from_ndnuon_invalid_object [] {
assert error { '{"a":1' | formats from ndnuon }
}
#[test]
def to_ndnuon_multiple_objects [] {
let result = [{a:1},{a:2},{a:3},{a:4},{a:5},{a:6}] | formats to ndnuon | str trim