We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62e46f6 commit 8c908a3Copy full SHA for 8c908a3
packages/installer/java.test.ts
@@ -26,7 +26,7 @@ describe('JavaInstaller', () => {
26
const inf = parseJavaVersion(`openjdk version "1.8.0-262"
27
OpenJDK Runtime Environment (build 1.8.0-262-b10)
28
OpenJDK 64-Bit Server VM (build 25.71-b10, mixed mode)`)
29
- expect(inf).toEqual({ version: '1.8.0-262', majorVersion: 1, patch: -1 })
+ expect(inf).toEqual({ version: '1.8.0', majorVersion: 8, patch: -1 })
30
})
31
32
0 commit comments