Skip to content

Commit 1093c27

Browse files
committed
Change a description
1 parent 25daac8 commit 1093c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

suites/try.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"data": null
5656
},
5757
{
58-
"description": "Panic if the user is not an admin",
58+
"description": "Panic based on an error emitted from an if",
5959
"rule": { "try": [{ "if": [{"val": ["user", "admin"]}, true, { "error": "Not an admin" }] }] },
6060
"data": { "user": { "admin": false } },
6161
"error": true

0 commit comments

Comments
 (0)