Skip to content

Commit 7d4d4b5

Browse files
committed
Updated e2e test to use random number
1 parent da5b136 commit 7d4d4b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

e2e/infrastructure/TransactionHttp.spec.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)