From a8bf83e84998aae021922fae0aa1761aa1e4526c Mon Sep 17 00:00:00 2001 From: Johannes Kirschbauer Date: Thu, 18 Jul 2024 22:04:11 +0200 Subject: [PATCH] Jsonschema: fix tests --- lib/jsonschema/test_parseOption.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/jsonschema/test_parseOption.nix b/lib/jsonschema/test_parseOption.nix index 1a9004def..fc8abc7bc 100644 --- a/lib/jsonschema/test_parseOption.nix +++ b/lib/jsonschema/test_parseOption.nix @@ -279,6 +279,7 @@ in expected = { type = "object"; additionalProperties = false; + description = "Test Description"; properties = { opt = { type = "boolean"; @@ -303,6 +304,7 @@ in expected = { type = "object"; additionalProperties = false; + description = "Test Description"; properties = { opt = { type = "boolean";