Skip to content

Commit

Permalink
Update 1.2.x version in the Test
Browse files Browse the repository at this point in the history
  • Loading branch information
keizer619 committed Aug 22, 2024
1 parent 8fdfbc7 commit 7ca0465
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 7ca0465

Please sign in to comment.