Skip to content

Commit

Permalink
ajust test
Browse files Browse the repository at this point in the history
  • Loading branch information
Torres-ssf committed Dec 6, 2023
1 parent 0de89db commit 0be205c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,9 @@ describe('Predicate', () => {
await expect(
predicate.setData(true).transfer(receiver.address, amountToReceiver, BaseAssetId, {
gasPrice,
gasLimit: 10_000,
})
).rejects.toThrow(/Invalid transaction/i);
).rejects.toThrow(/PredicateVerificationFailed/i);
});
});
});

0 comments on commit 0be205c

Please sign in to comment.