Skip to content

Commit

Permalink
Merge pull request #356 from keizer619/1.4.43
Browse files Browse the repository at this point in the history
Update 1.2.x version in the Test
  • Loading branch information
LakshanWeerasinghe authored Aug 22, 2024
2 parents ef58272 + 7ca0465 commit 64a4f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ public void testListCommand() throws IOException, InterruptedException {
Assert.assertTrue(output.contains("* " + swanLakeLatestVersion));
Assert.assertTrue(output.contains("Distributions available remotely"));
Assert.assertTrue(output.contains("1.* channel"));
Assert.assertTrue(output.contains("1.2.38"));
Assert.assertTrue(output.contains("1.2.54"));
Assert.assertTrue(output.contains("Swan Lake channel"));
// Assert.assertTrue(output.contains("slp5")); Should be added after the release
// Assert.assertTrue(output.contains("[slalpha1] Alpha 1"));
Expand Down

0 comments on commit 64a4f63

Please sign in to comment.