Skip to content

Commit abd423e

Browse files
committed
minor typo fix
1 parent 162e0fb commit abd423e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver_test.go

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

113113
func TestFallbackCharset(t *testing.T) {
114114
if !getEnv() {
115-
t.Logf("MySQL-Server not running on %s. Skipping TestCharsets", netAddr)
115+
t.Logf("MySQL-Server not running on %s. Skipping TestFallbackCharset", netAddr)
116116
return
117117
}
118118

0 commit comments

Comments
 (0)