Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
Signed-off-by: svetoslav-nikol0v <[email protected]>
  • Loading branch information
svetoslav-nikol0v committed Apr 24, 2024
1 parent f4c9173 commit 68fa9c1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/integration/TokenUpdateIntegrationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ describe("TokenUpdate", function () {

const token = (await response.getReceipt(env.client)).tokenId;

try {
await (
await new TokenUpdateTransaction()
.setTokenId(token)
Expand All @@ -333,7 +332,6 @@ describe("TokenUpdate", function () {
}

expect(status).to.be.eql(Status.TokenIsImmutable);

});

it("should error when admin key does not sign transaction", async function () {
Expand Down

0 comments on commit 68fa9c1

Please sign in to comment.