Skip to content

Commit 023b909

Browse files
committed
test: fix order
1 parent 4ceaebb commit 023b909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unittests/triggerService.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ describe('Payment Trigger system', () => {
154154
rawMessage: '',
155155
inputAddresses: [{ address: 'ecash:qqkv9wr69ry2p9l53lxp635va4h86wv435995w8p2h', amount: new Prisma.Decimal(1) }],
156156
outputAddresses: [
157-
{ address: other1, amount: new Prisma.Decimal(2) },
158157
{ address: primaryAddress, amount: new Prisma.Decimal(3) },
158+
{ address: other1, amount: new Prisma.Decimal(2) },
159159
{ address: other2, amount: new Prisma.Decimal(4) }
160160
],
161161
prices: [

0 commit comments

Comments
 (0)