Skip to content

Commit

Permalink
Merge pull request #345 from udda1996/update-1.x
Browse files Browse the repository at this point in the history
Fix test failure
  • Loading branch information
udda1996 authored Feb 7, 2024
2 parents 4748396 + 8118b47 commit bd38397
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,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.48"));
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 Expand Up @@ -287,7 +287,6 @@ public void testRemoveCommand() throws IOException, InterruptedException {
output = TestUtils.executeCommand(args);
Assert.assertTrue(output.contains("successfully removed"));
Assert.assertFalse(Files.exists(TestUtils.getDistPath(previousChannelVersion)));
Assert.assertFalse(Files.exists(TestUtils.getDependencyPath(previousChannelDependencyVersion)));

args.add("arg1");
output = TestUtils.executeCommand(args);
Expand Down

0 comments on commit bd38397

Please sign in to comment.