diff options
Diffstat (limited to 'tests/reader.scm')
-rw-r--r-- | tests/reader.scm | 4 |
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") |