Fix newly added test

This commit is contained in:
Pierre Fersing
2016-03-01 09:43:28 +00:00
committed by Cameron Sparr
parent 7416d6ea71
commit f0747e76da
+1 -1
View File
@@ -113,7 +113,7 @@ func TestMysqlDNSAddTimeout(t *testing.T) {
}
for _, test := range tests {
output, _ := parseDSN(test.input)
output, _ := dsnAddTimeout(test.input)
if output != test.output {
t.Errorf("Expected %s, got %s\n", test.output, output)
}