Skip to content

Commit

Permalink
fix: failing unit test after merge from main
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Yanev <[email protected]>
  • Loading branch information
victor-yanev committed Oct 11, 2024
1 parent a07616d commit 90a1ad4
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,6 @@ describe('HbarSpendingPlanRepository', function () {
await cacheServiceSpy.disconnectRedisClient();
});

after(async () => {
await cacheService.disconnectRedisClient();
});

describe('create', () => {
it('creates a plan successfully', async () => {
const subscriptionType = SubscriptionType.BASIC;
Expand Down

0 comments on commit 90a1ad4

Please sign in to comment.