Skip to content

Commit 3912519

Browse files
committed
Fixed receipt - mosaic resolution test
1 parent 02da433 commit 3912519

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/model/receipt/Receipt.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ describe('Receipt', () => {
110110
primaryId: 1,
111111
secondaryId: 0,
112112
},
113-
resolved: '08a12f89ee5a49f8',
113+
resolved: [2553890912, 2234768168],
114114
},
115115
],
116116
},
@@ -129,7 +129,7 @@ describe('Receipt', () => {
129129
primaryId: 5,
130130
secondaryId: 0,
131131
},
132-
resolved: '08a12f89ee5a49f8',
132+
resolved: [2553890912, 2234768168],
133133
},
134134
],
135135
},
@@ -294,7 +294,7 @@ describe('Receipt', () => {
294294
}),
295295
);
296296
deepEqual((statement.unresolved as MosaicId).toDTO().id, statementDto.unresolved);
297-
deepEqual((statement.resolutionEntries[0].resolved as MosaicAlias).mosaicId.toHex(), '08a12f89ee5a49f8');
297+
deepEqual((statement.resolutionEntries[0].resolved as MosaicAlias).mosaicId.id.toDTO(), [2553890912, 2234768168]);
298298
});
299299

300300
it('should createComplete resolution statement - address', () => {

0 commit comments

Comments
 (0)