Skip to content

Commit

Permalink
chore: test
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 19, 2024
1 parent f62f5de commit 36b49f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/TokenAllowancesIntegrationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ describe("TokenAllowances", function () {
status = error.status;
}

expect(status).to.be.eql(Status.SpenderDoesNotHaveAllowance);
expect(status).to.be.eql(Status.TokenNotAssociatedToAccount);
});

it("Can transfer on behalf of `spender` account with allowance approval", async function () {
Expand Down

0 comments on commit 36b49f5

Please sign in to comment.