Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
CeEv committed Jan 28, 2025
1 parent 7b9ba88 commit 24d0c04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/app.hooks.redis.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ describe('handleAutoLogout hook', () => {

after(async () => {
await testObjects.cleanup();
delete require.cache[require.resolve('../../../../src/utils/redis')];
delete require.cache[require.resolve('../src/utils/')];
Configuration.reset(configBefore);
await server.close();
await closeNestServices(nestServices);
Expand Down

0 comments on commit 24d0c04

Please sign in to comment.