Skip to content

Commit

Permalink
Use static import in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
raphw committed Jun 18, 2024
1 parent 9992b77 commit f43e96a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ public void testConstructorThrowsException() throws Exception {

@Test
public void testInstallerObfuscatedNameMatches() throws Exception {
assertThat(Installer.NAME, CoreMatchers.is(Installer.class.getName()));
assertThat(Installer.NAME, is(Installer.class.getName()));
}
}

0 comments on commit f43e96a

Please sign in to comment.