Skip to content

Commit 58a3f11

Browse files
committed
removed unused import in EncryptedMessage test
1 parent b6a5566 commit 58a3f11

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/model/transaction/EncryptedMessage.spec.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@
1616

1717
import {expect} from 'chai';
1818
import {Account} from '../../../src/model/account/Account';
19-
20-
import {PublicAccount} from '../../../src/model/account/PublicAccount';
21-
import {NetworkType} from '../../../src/model/blockchain/NetworkType';
2219
import {EncryptedMessage} from '../../../src/model/transaction/EncryptedMessage';
2320
import { TestingAccount } from '../../conf/conf.spec';
2421

0 commit comments

Comments
 (0)