fix "duplicate cache" errors in SkRateLimiterServiceTests
This commit is contained in:
parent
a0cf3a6fb6
commit
3e90b211ba
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ describe(SkRateLimiterService, () => {
|
|||
});
|
||||
|
||||
afterEach(() => {
|
||||
cacheManagementService.clear();
|
||||
cacheManagementService.dispose();
|
||||
mockInternalEventService.mockReset();
|
||||
mockRedis.mockReset();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue