Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 77968b5

Browse files
committedMay 10, 2023
Make invalid JSON test less obscure
1 parent 7c9ece7 commit 77968b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/test/groovy/CoderCLIManagerTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -446,7 +446,7 @@ class CoderCLIManagerTest extends Specification {
446446
"""echo '{"version": "1.0.0"}'""" | "1.0.0"
447447
"""echo '{"version": "1.0.0", "foo": true, "baz": 1}'""" | "1.0.0"
448448
"""echo '{"foo": true, "baz": 1}'""" | null
449-
"""echo '{"version: "1.0.0", "foo": true, "baz": 1}'""" | null
449+
"""echo '{"version: """ | null
450450
"exit 0" | null
451451
"exit 1" | null
452452
}

0 commit comments

Comments
 (0)
Please sign in to comment.