Skip to content

Commit

Permalink
Update tests to accomodate new output
Browse files Browse the repository at this point in the history
Signed-off-by: Hamish Hutchings <[email protected]>
  • Loading branch information
moredhel authored and Hamish Hutchings committed Jun 30, 2021
1 parent 2251f80 commit 0364035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions output/standard_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func TestStandard(t *testing.T) {
"WARN - foo.yaml - namespace - first warning",
"FAIL - foo.yaml - namespace - first failure",
"",
"2 tests, 0 passed, 1 warning, 1 failure, 0 exceptions",
"2 tests, 0 passed, 1 warning, 1 failure, 0 exceptions, 0 exclusions",
"",
},
},
Expand All @@ -46,7 +46,7 @@ func TestStandard(t *testing.T) {
"WARN - - namespace - first warning",
"FAIL - - namespace - first failure",
"",
"2 tests, 0 passed, 1 warning, 1 failure, 0 exceptions",
"2 tests, 0 passed, 1 warning, 1 failure, 0 exceptions, 0 exclusions",
"",
},
},
Expand All @@ -66,7 +66,7 @@ func TestStandard(t *testing.T) {
"WARN - foo.yaml - namespace - first warning",
"FAIL - foo.yaml - namespace - first failure",
"",
"3 tests, 0 passed, 1 warning, 1 failure, 0 exceptions, 1 skipped",
"3 tests, 0 passed, 1 warning, 1 failure, 0 exceptions, 0 exclusions, 1 skipped",
"",
},
},
Expand All @@ -85,7 +85,7 @@ func TestStandard(t *testing.T) {
"WARN - - namespace - first warning",
"FAIL - - namespace - first failure",
"",
"2 tests, 0 passed, 1 warning, 1 failure, 0 exceptions, 0 skipped",
"2 tests, 0 passed, 1 warning, 1 failure, 0 exceptions, 0 exclusions, 0 skipped",
"",
},
},
Expand Down

0 comments on commit 0364035

Please sign in to comment.