Skip to content

Commit 3ece425

Browse files
committed
chroe: fix test descriptions
1 parent d496f54 commit 3ece425

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-suite/compile.test.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@
730730
},
731731
{
732732
"category": "min",
733-
"description": "should throw an error when calculating min of an empty array",
733+
"description": "should return null when calculating min of an empty array",
734734
"input": [],
735735
"query": ["min"],
736736
"output": null
@@ -752,7 +752,7 @@
752752
},
753753
{
754754
"category": "max",
755-
"description": "should throw an error when calculating max of an empty array",
755+
"description": "should return null when calculating max of an empty array",
756756
"input": [],
757757
"query": ["max"],
758758
"output": null

0 commit comments

Comments
 (0)