Skip to content

Commit

Permalink
Fixed format 😱
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed May 21, 2020
1 parent a8eaac5 commit 983c8ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion __tests__/installer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ describe('installer tests', () => {
}, 100000);

it('Resolving a exact preview version works', async () => {
const dotnetInstaller = new installer.DotnetCoreInstaller('5.0.0-preview.4');
const dotnetInstaller = new installer.DotnetCoreInstaller(
'5.0.0-preview.4'
);
let versInfo = await dotnetInstaller.resolveInfos(
['win-x64'],
new installer.DotNetVersionInfo('5.0.0-preview.4')
Expand Down

0 comments on commit 983c8ef

Please sign in to comment.