Skip to content

Commit

Permalink
fix: PR Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
stuartcarnie committed Nov 15, 2020
1 parent c1fb26a commit fb528b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxql/_v1tests/server_helpers.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func (qt *Test) init(ctx context.Context, t *testing.T, p *tests.DefaultPipeline
fx = pipeline.NewBaseFixture(t, p.Pipeline, qt.orgID, qt.bucketID)

if !qt.noWrites {
require.GreaterOrEqual(t, len(qt.writes), 0)
require.Greater(t, len(qt.writes), 0)
qt.writeTestData(ctx, t, fx.Admin)
p.Flush()
}
Expand Down

0 comments on commit fb528b3

Please sign in to comment.