* tests/reader.scm ("Normalize array of File arrays type formal
output"): Replace normalize-formal-input with normalize-formal-output.
1 files 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")
|