Skip to content

Commit 6442258

Browse files
m-mohrsoxofaan
andauthored
Update tests/schema/schema.json
Co-authored-by: Stefaan Lippens <soxofaan@users.noreply.github.com>
1 parent 7d9c1ec commit 6442258

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/schema/schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"description": "A list of test cases without a specific order",
4141
"type": "array",
4242
"items": {
43-
"description": "A test case with a set of arguments and a specific return value or exception\n\nIf both `returns` and `throws` are provided, it means that either of it should be true.\nSo either the process retuens as specified or throws the specified error.",
43+
"description": "A test case with a set of arguments and a specific return value or exception\n\nIf both `returns` and `throws` are provided, it means that either of it should be true.\nSo either the process returns as specified or throws the specified error.",
44+
4445
"type": "object",
4546
"required": [
4647
"arguments"

0 commit comments

Comments
 (0)