Skip to content

Commit bef614a

Browse files
committed
Remove change in conn_test.go
1 parent 6f95e3a commit bef614a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

client/conn_test.go

-2
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,6 @@ func (s *connTestSuite) TestExecuteMultiple() {
111111

112112
count := 0
113113
result, err := s.c.ExecuteMultiple(strings.Join(queries, "; "), func(result *mysql.Result, err error) {
114-
require.NotNil(s.T(), result)
115-
116114
switch count {
117115
// the INSERT/DELETE query have no resultset, but should have set affectedrows
118116
// the err should be nil

0 commit comments

Comments
 (0)