Skip to content

Commit 8f68bb3

Browse files
authored
Fix some analysis engine tests (DonJayamanne#1756)
1 parent 997f99b commit 8f68bb3

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

src/test/activation/platformData.test.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@ const testDataWinMac = [
1515
];
1616

1717
const testDataLinux = [
18-
{ name: 'centos', expectedName: 'centos-x64' },
19-
{ name: 'debian', expectedName: 'debian-x64' },
20-
{ name: 'fedora', expectedName: 'fedora-x64' },
21-
{ name: 'ol', expectedName: 'ol-x64' },
22-
{ name: 'opensuse', expectedName: 'opensuse-x64' },
23-
{ name: 'rhel', expectedName: 'rhel-x64' },
24-
{ name: 'ubuntu', expectedName: 'ubuntu-x64' }
18+
{ name: 'centos', expectedName: 'linux-x64' },
19+
{ name: 'debian', expectedName: 'linux-x64' },
20+
{ name: 'fedora', expectedName: 'linux-x64' },
21+
{ name: 'ol', expectedName: 'linux-x64' },
22+
{ name: 'opensuse', expectedName: 'linux-x64' },
23+
{ name: 'rhel', expectedName: 'linux-x64' },
24+
{ name: 'ubuntu', expectedName: 'linux-x64' }
2525
];
2626

2727
const testDataModuleName = [
2828
{ isWindows: true, expectedName: 'Microsoft.PythonTools.VsCode.exe' },
29-
{ isWindows: false, expectedName: 'Microsoft.PythonTools.VsCode' }
29+
{ isWindows: false, expectedName: 'Microsoft.PythonTools.VsCode.VsCode' }
3030
];
3131

3232
// tslint:disable-next-line:max-func-body-length

0 commit comments

Comments
 (0)