Skip to content

Commit 983c8ef

Browse files
committed
Fixed format 😱
1 parent a8eaac5 commit 983c8ef

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

__tests__/installer.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,9 @@ describe('installer tests', () => {
119119
}, 100000);
120120

121121
it('Resolving a exact preview version works', async () => {
122-
const dotnetInstaller = new installer.DotnetCoreInstaller('5.0.0-preview.4');
122+
const dotnetInstaller = new installer.DotnetCoreInstaller(
123+
'5.0.0-preview.4'
124+
);
123125
let versInfo = await dotnetInstaller.resolveInfos(
124126
['win-x64'],
125127
new installer.DotNetVersionInfo('5.0.0-preview.4')

0 commit comments

Comments
 (0)