Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Attempt at fixing the tests on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Jan 14, 2020
1 parent e1da8cc commit 6605ab7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/src/service.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ describe('DebuggerService', () => {
});
await sessionContext.initialize();
await sessionContext.ready;
await sessionContext.session.kernel.info;
session = new DebugSession({ connection: sessionContext.session });
model = new DebuggerModel();
service = new DebuggerService();
Expand Down

0 comments on commit 6605ab7

Please sign in to comment.