Skip to content

Commit

Permalink
update: test again....
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 10, 2024
1 parent bea272c commit e94f84f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/integration/FreezeTransactionIntegrationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ describe("FreezeTransaction", function () {
try {
await transaction.execute(client);
} catch (error) {
expect(error.status).to.be.equal(Status.Unauthorized);
console.log(error);
expect(error.status).to.be.equal(Status.NotSupported);
}

client.close();
Expand Down

0 comments on commit e94f84f

Please sign in to comment.