diff --git a/stdlib-candidate/testing.nu b/stdlib-candidate/testing.nu index 9aa1ee33d..279a9dd78 100644 --- a/stdlib-candidate/testing.nu +++ b/stdlib-candidate/testing.nu @@ -22,7 +22,7 @@ def valid-annotations [] { # Returns a table containing the list of function names together with their annotations (comments above the declaration) def get-annotated [ file: path -]: path -> table { +]: nothing -> table { let raw_file = ( open $file | lines