Skip to content

Commit

Permalink
chore: comments typo and improvement
Browse files Browse the repository at this point in the history
Signed-off-by: Ivaylo Nikolov <[email protected]>
  • Loading branch information
ivaylonikolov7 authored and agadzhalov committed Aug 1, 2024
1 parent 25452f2 commit 3ed0bd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/integration/TokenRejectIntegrationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ describe("TokenRejectIntegrationTest", function () {
).execute(env.client)
).getReceipt(env.client);

// Confirm that token reject transactio has returned funds
// Confirm that token reject transaction has returned funds
const balanceReceiverPre = await new AccountBalanceQuery()
.setAccountId(receiverId)
.execute(env.client);
Expand All @@ -224,7 +224,7 @@ describe("TokenRejectIntegrationTest", function () {
INITIAL_SUPPLY,
);

// after token reject receiver doesn't have balance
// after token reject transaction receiver doesn't have balance
// so we need some tokens back from treasury
await (
await new TransferTransaction()
Expand Down

0 comments on commit 3ed0bd0

Please sign in to comment.