From 1b14fccfeacfe0de561ac541dc77fe7503464cf1 Mon Sep 17 00:00:00 2001 From: Mauro Antonio Sanz Date: Thu, 11 Jan 2024 16:44:19 -0300 Subject: [PATCH] fixing tests --- splitio/proxy/caching/workers_test.go | 1 - 1 file changed, 1 deletion(-) diff --git a/splitio/proxy/caching/workers_test.go b/splitio/proxy/caching/workers_test.go index fbdaed1d..a979c9d9 100644 --- a/splitio/proxy/caching/workers_test.go +++ b/splitio/proxy/caching/workers_test.go @@ -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