Skip to content

Commit

Permalink
see #7042
Browse files Browse the repository at this point in the history
  • Loading branch information
scottdraves committed Mar 26, 2018
1 parent ab2536c commit 2da8370
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public void tearDown() throws Exception {
kernel.exit();
}

@Test
public void addMvnLocal() {
//given
String allCode = CLASSPATH_CONFIG_RESOLVER + " " + MVN_LOCAL;
Expand Down Expand Up @@ -92,4 +91,4 @@ public void addExternalRepo() {
assertThat(text).contains(ADDED_NEW_REPO + "externalRepo");
}

}
}

0 comments on commit 2da8370

Please sign in to comment.