Skip to content

Commit de45383

Browse files
committed
Fix the test
1 parent 4a93eb2 commit de45383

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysqldump_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"github.com/stretchr/testify/assert"
1010
)
1111

12-
const expected = `-- Go SQL Dump ` + version + `
12+
const expected = `-- Go SQL Dump ` + Version + `
1313
--
1414
-- ------------------------------------------------------
1515
-- Server version test_version

0 commit comments

Comments
 (0)