Skip to content

Commit 296c10c

Browse files
committed
fixed merge issue
1 parent f22ce75 commit 296c10c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/model/transaction/CosignatureTransaction.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616

1717
import {expect} from 'chai';
18-
import { VerifiableTransaction } from 'nem2-library';
1918
import {CreateTransactionFromDTO} from '../../../src/infrastructure/transaction/CreateTransactionFromDTO';
2019
import {Account} from '../../../src/model/account/Account';
2120
import { NetworkType } from '../../../src/model/blockchain/NetworkType';
@@ -130,4 +129,4 @@ describe('CosignatureTransaction', () => {
130129
expect(signedTx.signer).to.be.equal('C2F93346E27CE6AD1A9F8F5E3066F8326593A406BDF357ACB041E2F9AB402EFE');
131130
expect(signedTx.signer).to.be.equal(account.publicKey);
132131
});
133-
});
132+
});

0 commit comments

Comments
 (0)