File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -185,23 +185,6 @@ func TestSynchronizer_AddEventsManyHosts(t *testing.T) {
185185 }
186186}
187187
188- //func TestBuildBorderClient(t *testing.T) {
189- // events := buildEvents(1)
190- //
191- // settings, err := configuration.NewSettings(context.Background(), nil)
192- // rateLimiter := &mocks.MockRateLimiter{}
193- //
194- // synchronizer, err := NewSynchronizer(settings, rateLimiter)
195- // if err != nil {
196- // t.Fatalf(`should have been no error, %v`, err)
197- // }
198- //
199- // _, err = synchronizer.buildBorderClient(events[0])
200- // if err != nil {
201- // t.Fatalf(`should have been no error, %v`, err)
202- // }
203- //}
204-
205188func buildEvents (count int ) core.ServerUpdateEvents {
206189 events := make (core.ServerUpdateEvents , count )
207190 for i := 0 ; i < count ; i ++ {
You can’t perform that action at this time.
0 commit comments