Skip to content

Commit

Permalink
Refactor the matcher library
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <[email protected]>
  • Loading branch information
RyanL1997 committed Oct 20, 2023
1 parent f74edd9 commit c899710
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@
import com.nimbusds.jose.jwk.JWK;

import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.*;
import static org.hamcrest.Matchers.containsString;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.nullValue;

import static org.hamcrest.core.IsNull.notNullValue;

import static org.junit.Assert.assertEquals;
Expand Down

0 comments on commit c899710

Please sign in to comment.