Skip to content

Commit

Permalink
fix: clean up.
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Badiere <[email protected]>
  • Loading branch information
ebadiere committed Nov 14, 2024
1 parent a4069af commit ce5b345
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions packages/server/tests/acceptance/hbarLimiter.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -889,10 +889,7 @@ describe('@hbarlimiter HBAR Limiter Acceptance Tests', function () {
});

describe('@hbarlimiter-batch3 Unlimited', () => {
const accounts: AliasAccount[] = [];

beforeEach(async function () {
logger.info(`${requestDetails.formattedRequestId} Creating accounts`);
before(async function () {
logger.info(
`${requestDetails.formattedRequestId} HBAR_RATE_LIMIT_TINYBAR: ${ConfigService.get(
'HBAR_RATE_LIMIT_TINYBAR',
Expand Down

0 comments on commit ce5b345

Please sign in to comment.