(t *testing.T)
| 13 | ) |
| 14 | |
| 15 | func TestGetStatementWithResultLimit(t *testing.T) { |
| 16 | runLimitTest(t, "test_limit.yaml", false /* record */) |
| 17 | } |
| 18 | |
| 19 | type limitTestData struct { |
| 20 | Stmt string `yaml:"stmt"` |
nothing calls this directly
no test coverage detected