Skip to content

Commit

Permalink
Fix redundancies
Browse files Browse the repository at this point in the history
  • Loading branch information
keizer619 committed Aug 22, 2024
1 parent f76e5b5 commit f459f57
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jreVersion=11.0.18+10
swan-lake-version=2201.2.0
swan-lake-spec-version=2022R3
swan-lake-latest-version=2201.9.3
swan-lake-latest-dependency-version=jdk-17.0.7+7-jre
swan-lake-latest-spec-version=2024R1
swan-lake-latest-dependency-version=jdk-17.0.7+7-jre
1-x-channel-version=1.2.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ 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 f459f57

Please sign in to comment.