(t *testing.T)
| 128 | } |
| 129 | |
| 130 | func TestContext(t *testing.T) { |
| 131 | s := sb.Select("v").From("squirrel_integration") |
| 132 | ctx := context.Background() |
| 133 | _, err := s.QueryContext(ctx) |
| 134 | assert.NoError(t, err) |
| 135 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…