From 3ed0bd03279cf2175f73125784a037c2b4f8ec53 Mon Sep 17 00:00:00 2001 From: Ivaylo Nikolov Date: Thu, 1 Aug 2024 15:19:17 +0300 Subject: [PATCH] chore: comments typo and improvement Signed-off-by: Ivaylo Nikolov --- test/integration/TokenRejectIntegrationTest.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/TokenRejectIntegrationTest.js b/test/integration/TokenRejectIntegrationTest.js index 44de430b0..3caf79b6d 100644 --- a/test/integration/TokenRejectIntegrationTest.js +++ b/test/integration/TokenRejectIntegrationTest.js @@ -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); @@ -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()