Skip to content

Commit

Permalink
Switch to using Hamcrest directly
Browse files Browse the repository at this point in the history
  • Loading branch information
nhojpatrick authored and slachiewicz committed Sep 11, 2021
1 parent 5b6a810 commit fe8a6c3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -47,7 +47,7 @@

import static java.util.Arrays.asList;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.matchers.JUnitMatchers.hasItems;
import static org.hamcrest.core.IsIterableContaining.hasItems;
import static org.mockito.Mockito.any;
import static org.mockito.Mockito.anyList;
import static org.mockito.Mockito.mock;
Expand Down

0 comments on commit fe8a6c3

Please sign in to comment.