Skip to content

Commit

Permalink
Fix bad conflict fix again
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
  • Loading branch information
timvaillancourt committed Jun 19, 2024
1 parent 4ac6278 commit 3ee6f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/test/endtoend/utils/mysql.go
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ func compareVitessAndMySQLResults(t TestingT, query string, vtQr, mysqlQr *sqlty
for _, row := range mysqlQr.Rows {
errStr += fmt.Sprintf("%s\n", row)
}
t.Error(errStr)
t.Errorf(errStr)
}

func compareVitessAndMySQLErrors(t TestingT, vtErr, mysqlErr error) {
Expand Down

0 comments on commit 3ee6f07

Please sign in to comment.