Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
Signed-off-by: ohdearaugustin <[email protected]>
  • Loading branch information
ohdearaugustin committed May 15, 2020
1 parent 2697e68 commit 21dfa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/query/app/server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ func TestServerHandlesPortZero(t *testing.T) {

querySvc := &querysvc.QueryService{}
tracer := opentracing.NoopTracer{}
server := NewServer(flagsSvc, querySvc, &QueryOptions{HostPort: ":0"}, tracer) //Change me
server := NewServer(flagsSvc, querySvc, &QueryOptions{HostPort: ":0"}, tracer)
assert.NoError(t, server.Start())
server.Close()

Expand Down

0 comments on commit 21dfa9e

Please sign in to comment.