From c511b4e1f9611b7716d66260554489e717722f13 Mon Sep 17 00:00:00 2001 From: Silvan Mosberger Date: Thu, 26 Aug 2021 01:57:43 +0200 Subject: [PATCH] formats: Fix yaml test Faulty test result was introduced in https://github.com/NixOS/nixpkgs/pull/133807 --- pkgs/pkgs-lib/tests/formats.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/pkgs-lib/tests/formats.nix b/pkgs/pkgs-lib/tests/formats.nix index 14cc85eff31d..2bc4e407fe75 100644 --- a/pkgs/pkgs-lib/tests/formats.nix +++ b/pkgs/pkgs-lib/tests/formats.nix @@ -77,8 +77,8 @@ in runBuildTests { 'false': false float: 3.141 list: - - null - - null + - null + - null 'null': null path: ${./formats.nix} str: foo