Skip to content

Commit

Permalink
fix: use hamcrest' assertThat
Browse files Browse the repository at this point in the history
  • Loading branch information
pzygielo authored and KengoTODA committed Aug 29, 2021
1 parent 2ed9960 commit 4a4b6d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package ${package};

import static edu.umd.cs.findbugs.test.CountMatcher.containsExactly;
import static org.junit.Assert.assertThat;
import static org.hamcrest.MatcherAssert.assertThat;

import java.nio.file.Path;
import java.nio.file.Paths;
Expand Down

0 comments on commit 4a4b6d9

Please sign in to comment.