aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2025-03-18 17:52:07 +0000
committerArun Isaac2025-03-18 17:52:07 +0000
commitc194de7c0ac86344891c1fb89bb531597374ce7c (patch)
tree19e9abb873f6e6ac94543c1a7210d262d7105544
parentaf43d1fa1bafd8f9e641da16eca45e0795af7935 (diff)
downloadravanan-c194de7c0ac86344891c1fb89bb531597374ce7c.tar.gz
ravanan-c194de7c0ac86344891c1fb89bb531597374ce7c.tar.lz
ravanan-c194de7c0ac86344891c1fb89bb531597374ce7c.zip
tests: Fix typo in test.HEADmain
* tests/reader.scm ("Normalize array of File arrays type formal output"): Replace normalize-formal-input with normalize-formal-output.
-rw-r--r--tests/reader.scm4
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")