formats: Fix yaml test
Faulty test result was introduced in https://github.com/NixOS/nixpkgs/pull/133807
This commit is contained in:
parent
d1f93e7bc6
commit
c511b4e1f9
1 changed files with 2 additions and 2 deletions
|
@ -77,8 +77,8 @@ in runBuildTests {
|
|||
'false': false
|
||||
float: 3.141
|
||||
list:
|
||||
- null
|
||||
- null
|
||||
- null
|
||||
- null
|
||||
'null': null
|
||||
path: ${./formats.nix}
|
||||
str: foo
|
||||
|
|
Loading…
Reference in a new issue