Skip to content

Commit 1224283

Browse files
committed
Fixed e2e tests
1 parent 482fe26 commit 1224283

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
@@ -774,7 +774,7 @@ describe('TransactionHttp', () => {
774774
NetworkType.MIJIN_TEST,
775775
[],
776776
);
777-
const signedTransaction = account.sign(aggregateTransaction);
777+
const signedTransaction = account.sign(aggregateTransaction, generationHash);
778778
const hashLockTransaction = HashLockTransaction.create(Deadline.create(),
779779
new Mosaic(new NamespaceId('cat.currency'), UInt64.fromUint(10 * Math.pow(10, NetworkCurrencyMosaic.DIVISIBILITY))),
780780
UInt64.fromUint(10000),

0 commit comments

Comments
 (0)