There was an error while loading. Please reload this page.
1 parent 0698778 commit 18d47cdCopy full SHA for 18d47cd
client/conn_test.go
@@ -82,7 +82,7 @@ func (s *connTestSuite) testExecute_DropTable(c *C) {
82
c.Assert(err, IsNil)
83
}
84
85
-func (s *clientTestSuite) TestFieldList(c *C) {
+func (s *connTestSuite) TestFieldList(c *C) {
86
fields, err := s.c.FieldList(testExecuteSelectStreamingTablename, "")
87
88
c.Assert(fields, HasLen, 2)
0 commit comments