Commit c13ed52 1 parent aefb4bc commit c13ed52 Copy full SHA for c13ed52
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -84,12 +84,12 @@ A test case will fail if it produces one or more [errors](#errors) with the
84
84
The supported severity levels are a subset of the values defined in [ RFC
85
85
5424] ( https://www.rfc-editor.org/rfc/rfc5424.html ) .
86
86
87
- 2 . ` WARNING ` - an issue which does not prevent the test from * passing* , but
87
+ 2 . ` WARNING ` : an issue which does not prevent the test case from * passing* , but
88
88
which may benefit from further investigation.
89
- 1 . ` ERROR ` - an issue which prevents the test case from * passing* , but does not
89
+ 1 . ` ERROR ` : an issue which prevents the * test case* from passing, but does not
90
90
prevent the test case from * continuing* . A test case may produce multiple
91
91
` ERROR ` results.
92
- 2 . ` CRITICAL ` - an issue which prevents the test case from continuing any
92
+ 2 . ` CRITICAL ` : an issue which prevents the test suite from continuing any
93
93
further. A test case will only produce a single ` CRITICAL ` result and it will
94
94
always be the last result in the log.
95
95
You can’t perform that action at this time.
0 commit comments