Skip to content

Commit f3068cf

Browse files
author
James Cor
committed
fixes again
1 parent 9e60588 commit f3068cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

enginetest/enginetests.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5851,7 +5851,7 @@ func TestTypesOverWire(t *testing.T, harness ClientHarness, sessionBuilder serve
58515851
break
58525852
}
58535853
expectedEngineRow := make([]*string, len(engineRow))
5854-
row, _, err := server.RowToSQL(ctx, sch, engineRow, nil, nil)
5854+
row, err := server.RowToSQL(ctx, sch, engineRow, nil, nil)
58555855
if !assert.NoError(t, err) {
58565856
break
58575857
}

0 commit comments

Comments
 (0)