Skip to content

Commit e9410f8

Browse files
ahumenbergerMunsio
authored andcommitted
fix, Expected log string in test to match output of new "gotestsum" version
1 parent 7c0358a commit e9410f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

evaluate/evaluate_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -521,7 +521,7 @@ func TestEvaluate(t *testing.T) {
521521
ExpectedResultFiles: map[string]func(t *testing.T, filePath string, data string){
522522
"evaluation.log": nil,
523523
filepath.Join(string(evaluatetask.IdentifierWriteTests), log.CleanModelNameForFileSystem(mockedModelID), "golang", "golang", "plain", "evaluation.log"): func(t *testing.T, filePath, data string) {
524-
assert.Contains(t, data, "DONE 0 tests, 1 error")
524+
assert.Contains(t, data, "DONE 0 tests, 1 failure, 1 error")
525525
},
526526
"evaluation.csv": nil,
527527
},

0 commit comments

Comments
 (0)