Skip to content

Commit 60bcc15

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/infrastructure/TransactionHttp.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ describe('TransactionHttp', () => {
257257
new MosaicId(UInt64.fromUint(0).toDTO()),
258258
UInt64.fromUint(60641),
259259
UInt64.fromUint(0),
260-
MosaicRestrictionType.NONE,
260+
MosaicRestrictionType.GE,
261261
UInt64.fromUint(1),
262262
MosaicRestrictionType.GE,
263263
NetworkType.MIJIN_TEST,

0 commit comments

Comments
 (0)