From 3b77093cb14931631ddf0a5d13fbf1ebc70f4fb6 Mon Sep 17 00:00:00 2001 From: Meisam Seyed Aliroteh Date: Thu, 30 May 2024 10:35:38 -0700 Subject: [PATCH] chore: forgot to remove this --- test/unit/common/CommonUtils.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/common/CommonUtils.test.ts b/test/unit/common/CommonUtils.test.ts index 47be5f6..a1b703c 100644 --- a/test/unit/common/CommonUtils.test.ts +++ b/test/unit/common/CommonUtils.test.ts @@ -72,7 +72,6 @@ describe('CommonUtils', () => { }); afterEach(() => { - httpGetStub.reset(); $$.restore(); });