MCPcopy Index your code
hub / github.com/apache/iotdb-client-go / Test_InvalidSQL

Method Test_InvalidSQL

test/e2e/e2e_test.go:670–674  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

668}
669
670func (s *e2eTestSuite) Test_InvalidSQL() {
671 _, err := s.session.ExecuteStatementWithContext(context.Background(), "select1 from device")
672 assert := s.Require()
673 assert.Error(err)
674}

Callers

nothing calls this directly

Calls 2

ErrorMethod · 0.45

Tested by

no test coverage detected