chore: update mock redis client

- Follow up of #5173
This commit is contained in:
Gusted 2024-09-01 05:36:00 +02:00
parent 38eab5342d
commit c2e11058bb
No known key found for this signature in database
GPG key ID: FD821B732837125F
3 changed files with 72 additions and 7191 deletions

View file

@ -72,7 +72,7 @@ func (suite *baseRedisUnitTestSuite) TestBasic() {
// Configure expectations.
mockRedisStore := mock.NewInMemoryMockRedis()
redisClient := mock.NewMockUniversalClient(suite.mockController)
redisClient := mock.NewMockRedisClient(suite.mockController)
redisClient.EXPECT().
Ping(gomock.Any()).