Skip to content

Commit

Permalink
tests: remove accidentally added line
Browse files Browse the repository at this point in the history
  • Loading branch information
lenstr committed Feb 19, 2019
1 parent 03267de commit f42a1c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ import (
)

func TestRunServer(t *testing.T) {
t.Parallel()

collector := NewCollector(&fakeSender{}, 1000, 1000)
server := NewServer("", collector, false)
e := echo.New()
Expand Down

0 comments on commit f42a1c9

Please sign in to comment.