Skip to content

Commit

Permalink
fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sanzmauro committed Jan 11, 2024
1 parent 7135c5d commit 1b14fcc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion splitio/proxy/caching/workers_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ func (*splitStorageMock) TrafficTypeExists(trafficType string) bool { panic("uni
func (*splitStorageMock) Update(toAdd []dtos.SplitDTO, toRemove []dtos.SplitDTO, changeNumber int64) {
panic("unimplemented")
}
func (*splitStorageMock) GetAllFlagSetNames() []string { return make([]string, 0) }

type segmentUpdaterMock struct {
mock.Mock
Expand Down

0 comments on commit 1b14fcc

Please sign in to comment.