Skip to content

Commit

Permalink
fix relay test failing
Browse files Browse the repository at this point in the history
  • Loading branch information
mleku committed Dec 13, 2024
1 parent faaa91d commit b7a1b72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion realy/util_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
func startTestRelay(c context.T, t *testing.T, tr *testRelay) *Server {
t.Helper()
srv, _ := NewServer(ServerParams{
c, func() {}, tr, "", 500 * units.Kb, "", "",
c, func() {}, tr, "", 500 * units.Kb, "", "", nil,
})
started := make(chan bo)
go srv.Start("127.0.0.1", 0, started)
Expand Down

0 comments on commit b7a1b72

Please sign in to comment.