Skip to content

Commit

Permalink
- remove dead test
Browse files Browse the repository at this point in the history
  • Loading branch information
ciroque committed Feb 14, 2025
1 parent 9da51e1 commit 049b252
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions internal/synchronization/synchronizer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,23 +185,6 @@ func TestSynchronizer_AddEventsManyHosts(t *testing.T) {
}
}

//func TestBuildBorderClient(t *testing.T) {
// events := buildEvents(1)
//
// settings, err := configuration.NewSettings(context.Background(), nil)
// rateLimiter := &mocks.MockRateLimiter{}
//
// synchronizer, err := NewSynchronizer(settings, rateLimiter)
// if err != nil {
// t.Fatalf(`should have been no error, %v`, err)
// }
//
// _, err = synchronizer.buildBorderClient(events[0])
// if err != nil {
// t.Fatalf(`should have been no error, %v`, err)
// }
//}

func buildEvents(count int) core.ServerUpdateEvents {
events := make(core.ServerUpdateEvents, count)
for i := 0; i < count; i++ {
Expand Down

0 comments on commit 049b252

Please sign in to comment.