From c194de7c0ac86344891c1fb89bb531597374ce7c Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 18 Mar 2025 17:52:07 +0000 Subject: tests: Fix typo in test. * tests/reader.scm ("Normalize array of File arrays type formal output"): Replace normalize-formal-input with normalize-formal-output. --- tests/reader.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/reader.scm b/tests/reader.scm index 6266e65..f3bcdd2 100644 --- a/tests/reader.scm +++ b/tests/reader.scm @@ -130,8 +130,8 @@ ("items" . "File")))) ("id" . "foo") ("secondaryFiles" . #((("pattern" . ".bai") - ("required" . #t))))) - (normalize-formal-input + ("required" . #f))))) + (normalize-formal-output '(("type" ("type" . "array") ("items" . (("type" . "array") -- cgit v1.2.3