From 794ebbb70c3714a9542d4f007fc58285655ac4d6 Mon Sep 17 00:00:00 2001 From: Logan Nguyen Date: Mon, 25 Nov 2024 10:48:51 -0600 Subject: [PATCH] fix: fixed typo Signed-off-by: Logan Nguyen --- packages/server/tests/acceptance/hbarLimiter.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/server/tests/acceptance/hbarLimiter.spec.ts b/packages/server/tests/acceptance/hbarLimiter.spec.ts index 8dcee91fab..cf8912c35d 100644 --- a/packages/server/tests/acceptance/hbarLimiter.spec.ts +++ b/packages/server/tests/acceptance/hbarLimiter.spec.ts @@ -710,7 +710,7 @@ describe('@hbarlimiter HBAR Limiter Acceptance Tests', function () { } // should make sure accounts in the same plan also share the same amountSpent which should also be hbar rate limited - const ethSpendingPlan = await ethAddressSpendingPlanRepository.findByAddress( + const ethSpendingPlan = await evmAddressSpendingPlanRepository.findByAddress( aliasAccounts[1].address, requestDetails, );