Skip to content

Commit 51b548f

Browse files
author
James Cor
committed
test
1 parent 3433615 commit 51b548f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_integration/go/mysql_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ func TestMySQLStreamingPrepared(t *testing.T) {
196196

197197
expected := [][3]string{
198198
{"Evil Bob", "[email protected]", "abc"},
199-
{"Jane Doe", "jane@doe.com", "abc"},
199+
{"Jane Doe", "jaane@doe.com", "abc"},
200200
{"John Doe", "[email protected]", "abc"},
201201
{"John Doe", "[email protected]", "abc"},
202202
}

0 commit comments

Comments
 (0)