Skip to content

Commit

Permalink
Make obvious the failing test for replacedOrder
Browse files Browse the repository at this point in the history
  • Loading branch information
lord-renkse committed Feb 28, 2024
1 parent 82c90ac commit 70af544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/schema.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ describe('Schema v1.1.0: Add replaced order', () => {
validator,
{
...BASE_DOCUMENT,
metadata: { replacedOrder: { uid: "0xff2e2e54d178997f173266817c1e9ed6fee1a1aae4b43971c53b543cffcc2969845c6f5599fbb25dbdd1b9b013daf85c03f3c63763e44a" } },
metadata: { replacedOrder: { uid: "0xgogogog" } },
},
[
{
Expand Down

0 comments on commit 70af544

Please sign in to comment.