Skip to content

Commit

Permalink
fixup! Added ability to retrieve configuration for a resource.
Browse files Browse the repository at this point in the history
  • Loading branch information
akurinnoy committed Mar 28, 2019
1 parent bdc4019 commit c28e82b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ describe('Preference Service', () => {
fs.writeFileSync(tempPath, userConfigStr);
await (<any>userProvider).readPreferences();

expect(spy.calledWith(userConfig.launch)).to.be.true;
expect(spy.calledWith({ launch: userConfig.launch })).to.be.true;
});

it('should fire "onDidPreferencesChanged" with correct argument', async () => {
Expand Down

0 comments on commit c28e82b

Please sign in to comment.