2
0

Don't panic!

This commit is contained in:
Jack Christensen
2013-07-20 13:07:30 -05:00
parent 0c3753e507
commit 36904168b2
12 changed files with 109 additions and 84 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import (
)
func TestDataRowReaderReadValue(t *testing.T) {
conn := getSharedConnection()
conn := getSharedConnection(t)
test := func(sql string, expected interface{}) {
var v interface{}