about summary refs log tree commit diff
path: root/tests/work/command-line-tool.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tests/work/command-line-tool.scm')
-rw-r--r--tests/work/command-line-tool.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/work/command-line-tool.scm b/tests/work/command-line-tool.scm
index 3d11b53..3d63fbb 100644
--- a/tests/work/command-line-tool.scm
+++ b/tests/work/command-line-tool.scm
@@ -1,5 +1,5 @@
 ;;; ravanan --- High-reproducibility CWL runner powered by Guix
-;;; Copyright © 2024 Arun Isaac <arunisaac@systemreboot.net>
+;;; Copyright © 2024, 2025 Arun Isaac <arunisaac@systemreboot.net>
 ;;;
 ;;; This file is part of ravanan.
 ;;;
@@ -24,6 +24,6 @@
 
 (test-equal "match null object to array type"
   #f
-  (match-type 'null (array-type 'File)))
+  (match-type 'null (cwl-array-type 'File)))
 
 (test-end "work.command-line-tool")