Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Commit

Permalink
[JENKINS-58058] SpotBugs: DLS_DEAD_LOCAL_STORE
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Jun 17, 2019
1 parent 3b26a09 commit 52ee4f4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/test/java/MainTest.java
Expand Up @@ -13,6 +13,9 @@ public class MainTest {
@Test(expected = IOException.class)
public void shouldHaveNoStandardDependenciesFile() throws IOException {
final Map<String, String> versions = Main.parseDependencyVersions();
if (versions == null) {
Assert.fail("Main.parseDependencyVersions failed");
}
}

@Test
Expand Down

0 comments on commit 52ee4f4

Please sign in to comment.