Skip to content

Commit 2c24a87

Browse files
committed
Tidy up e2e test
1 parent cba9238 commit 2c24a87

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

e2e/infrastructure/AccountHttp.spec.ts

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,17 @@ describe('AccountHttp', () => {
410410
});
411411
});
412412

413+
listener.confirmed(account.address).subscribe((transaction) => {
414+
done();
415+
});
416+
listener.status(account.address).subscribe((error) => {
417+
console.log('Error:', error);
418+
assert(false);
419+
done();
420+
});
421+
transactionHttp.announce(signedTransaction);
422+
});
423+
});
413424
describe('Remove test AccountProperty - Address', () => {
414425
let listener: Listener;
415426
before (() => {

0 commit comments

Comments
 (0)