Skip to content

Commit 1ade7f3

Browse files
committed
fixed e2e issues
1 parent 13c00a8 commit 1ade7f3

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

e2e/infrastructure/AccountHttp.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,6 @@ describe('AccountHttp', () => {
216216
transactionHttp.announce(signedTransaction);
217217
});
218218
});
219-
220219
describe('Setup test multisig account', () => {
221220
let listener: Listener;
222221
before (() => {

e2e/infrastructure/BlockHttp.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ describe('BlockHttp', () => {
167167
it('should return block receipts', (done) => {
168168
blockHttp.getBlockReceipts(chainHeight)
169169
.subscribe((statement) => {
170-
console.log(statement);
171170
expect(statement.transactionStatements).not.to.be.null;
172171
expect(statement.transactionStatements.length).to.be.greaterThan(0);
173172
done();

0 commit comments

Comments
 (0)