File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ describe('TransactionHttp', () => {
221221 Deadline . create ( ) ,
222222 mosaicId ,
223223 new MosaicId ( UInt64 . fromUint ( 0 ) . toDTO ( ) ) ,
224- UInt64 . fromUint ( 4444 ) ,
224+ UInt64 . fromUint ( 60641 ) ,
225225 UInt64 . fromUint ( 0 ) ,
226226 MosaicRestrictionType . NONE ,
227227 UInt64 . fromUint ( 0 ) ,
@@ -255,9 +255,9 @@ describe('TransactionHttp', () => {
255255 Deadline . create ( ) ,
256256 mosaicId ,
257257 new MosaicId ( UInt64 . fromUint ( 0 ) . toDTO ( ) ) ,
258- UInt64 . fromUint ( 4444 ) ,
259- UInt64 . fromUint ( 10 ) ,
260- MosaicRestrictionType . GE ,
258+ UInt64 . fromUint ( 60641 ) ,
259+ UInt64 . fromUint ( 0 ) ,
260+ MosaicRestrictionType . NONE ,
261261 UInt64 . fromUint ( 1 ) ,
262262 MosaicRestrictionType . GE ,
263263 NetworkType . MIJIN_TEST ,
@@ -293,7 +293,7 @@ describe('TransactionHttp', () => {
293293 const mosaicAddressRestrictionTransaction = MosaicAddressRestrictionTransaction . create (
294294 Deadline . create ( ) ,
295295 mosaicId ,
296- UInt64 . fromUint ( 4444 ) ,
296+ UInt64 . fromUint ( 60641 ) ,
297297 account3 . address ,
298298 UInt64 . fromHex ( 'FFFFFFFFFFFFFFFF' ) ,
299299 UInt64 . fromUint ( 2 ) ,
You can’t perform that action at this time.
0 commit comments