summaryrefslogtreecommitdiff
path: root/rows_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'rows_test.go')
-rw-r--r--rows_test.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/rows_test.go b/rows_test.go
index 26fcb47..b83d377 100644
--- a/rows_test.go
+++ b/rows_test.go
@@ -42,6 +42,9 @@ func TestRows(t *testing.T) {
t.FailNow()
}
}
+
+ r := Rows{}
+ r.Columns()
}
func TestRowsError(t *testing.T) {