Skip to content

Commit

Permalink
Merge pull request #353 from keizer619/1.4.43
Browse files Browse the repository at this point in the history
Fix failing tests
  • Loading branch information
keizer619 authored Aug 22, 2024
2 parents 10a0aca + 4c33682 commit 37b5996
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jreVersion=11.0.18+10
# For test purpose
swan-lake-version=2201.2.0
swan-lake-spec-version=2022R3
swan-lake-latest-version=2201.8.2
swan-lake-latest-version=2201.9.3
swan-lake-latest-spec-version=2023R1
1-x-channel-version=1.2.0
1-x-channel-spec-version=2020R1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void listCommandTest() {
Assert.assertTrue(outContent.toString().contains("Distributions available locally"));
Assert.assertTrue(outContent.toString().contains("Distributions available remotely"));
Assert.assertTrue(outContent.toString().contains("1.* channel"));
Assert.assertTrue(outContent.toString().contains("1.2.40"));
Assert.assertTrue(outContent.toString().contains("1.2.54"));
Assert.assertTrue(outContent.toString().contains("Swan Lake channel"));
}

Expand Down

0 comments on commit 37b5996

Please sign in to comment.