Skip to content

Commit 96db8c1

Browse files
committed
fix test func name
1 parent b8f5ca0 commit 96db8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3353,7 +3353,7 @@ func configForTests(t *testing.T) *Config {
33533353
return mycnf
33543354
}
33553355

3356-
func TestName(t *testing.T) {
3356+
func TestDriverName(t *testing.T) {
33573357
dn := DriverName()
33583358
if dn != driverName {
33593359
t.Errorf("driver name is incorrect, got: %s", dn)

0 commit comments

Comments
 (0)