Browse Source

minor typo fix

Arne Hormann 12 years ago
parent
commit
abd423eab6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      driver_test.go

+ 1 - 1
driver_test.go

@@ -112,7 +112,7 @@ func TestCharset(t *testing.T) {
 
 func TestFallbackCharset(t *testing.T) {
 	if !getEnv() {
-		t.Logf("MySQL-Server not running on %s. Skipping TestCharsets", netAddr)
+		t.Logf("MySQL-Server not running on %s. Skipping TestFallbackCharset", netAddr)
 		return
 	}