Skip to content

Commit

Permalink
fix: fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Logan Nguyen <[email protected]>
  • Loading branch information
quiet-node committed Nov 25, 2024
1 parent 8950af9 commit 794ebbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/server/tests/acceptance/hbarLimiter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
);
Expand Down

0 comments on commit 794ebbb

Please sign in to comment.