mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 13:10:33 +00:00
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
|
@ -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