Skip to content

Commit

Permalink
change assertion for architecture
Browse files Browse the repository at this point in the history
Signed-off-by: Andrija Pantovic <[email protected]>
  • Loading branch information
pantovad committed Aug 26, 2022
1 parent 8453df5 commit 754d3a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public void testUnknownArchitecture() {
"11.0.2+33",
"linux",
"unknown",
"unknown architecture [unknown] for jdk [testjdk], must be one of [aarch64, x64]"
"unknown architecture [unknown] for jdk [testjdk], must be one of [aarch64, x64, s390x]"
);
}

Expand Down

0 comments on commit 754d3a1

Please sign in to comment.