diff --git a/client_test.go b/client_test.go index 4b74a64b..ea7cf9b7 100644 --- a/client_test.go +++ b/client_test.go @@ -498,7 +498,6 @@ func BenchmarkAddLargeTorrent(b *testing.B) { cfg := TestingConfig() cfg.DisableTCP = true cfg.DisableUTP = true - cfg.ListenHost = func(string) string { return "redonk" } cl, err := NewClient(cfg) require.NoError(b, err) defer cl.Close()