Skip to content

Commit

Permalink
Adjusted problems with unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanduir committed Aug 3, 2022
1 parent d3c36d0 commit ceadaee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/debugProcess/ExternalDebugAdapter.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ describe('External debug adapter', () => {
});

it('Requests a variable value thas is not allocated', async () => {
const adapter = new ExternalDebugAdapter("dummyCommandLine", () => { }, "", "", new RequestValueNotAllocated());
const adapter = new ExternalDebugAdapter("dummyCommandLine", () => { }, "", "", "", new RequestValueNotAllocated());
const result = await adapter.requestVariableValue('wninf-pro');
expect(undefined).to.equal(result);
});
Expand Down

0 comments on commit ceadaee

Please sign in to comment.