Skip to content

Commit 0364035

Browse files
moredhelHamish Hutchings
authored andcommitted
Update tests to accomodate new output
Signed-off-by: Hamish Hutchings <[email protected]>
1 parent 2251f80 commit 0364035

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

output/standard_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func TestStandard(t *testing.T) {
2828
"WARN - foo.yaml - namespace - first warning",
2929
"FAIL - foo.yaml - namespace - first failure",
3030
"",
31-
"2 tests, 0 passed, 1 warning, 1 failure, 0 exceptions",
31+
"2 tests, 0 passed, 1 warning, 1 failure, 0 exceptions, 0 exclusions",
3232
"",
3333
},
3434
},
@@ -46,7 +46,7 @@ func TestStandard(t *testing.T) {
4646
"WARN - - namespace - first warning",
4747
"FAIL - - namespace - first failure",
4848
"",
49-
"2 tests, 0 passed, 1 warning, 1 failure, 0 exceptions",
49+
"2 tests, 0 passed, 1 warning, 1 failure, 0 exceptions, 0 exclusions",
5050
"",
5151
},
5252
},
@@ -66,7 +66,7 @@ func TestStandard(t *testing.T) {
6666
"WARN - foo.yaml - namespace - first warning",
6767
"FAIL - foo.yaml - namespace - first failure",
6868
"",
69-
"3 tests, 0 passed, 1 warning, 1 failure, 0 exceptions, 1 skipped",
69+
"3 tests, 0 passed, 1 warning, 1 failure, 0 exceptions, 0 exclusions, 1 skipped",
7070
"",
7171
},
7272
},
@@ -85,7 +85,7 @@ func TestStandard(t *testing.T) {
8585
"WARN - - namespace - first warning",
8686
"FAIL - - namespace - first failure",
8787
"",
88-
"2 tests, 0 passed, 1 warning, 1 failure, 0 exceptions, 0 skipped",
88+
"2 tests, 0 passed, 1 warning, 1 failure, 0 exceptions, 0 exclusions, 0 skipped",
8989
"",
9090
},
9191
},

0 commit comments

Comments
 (0)