Skip to content

Commit

Permalink
fix deprecated assert
Browse files Browse the repository at this point in the history
  • Loading branch information
KannarFr committed Sep 27, 2023
1 parent cfbf5e3 commit 329b128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
import static com.clevercloud.biscuit.crypto.TokenSignature.hex;
import static com.clevercloud.biscuit.token.builder.Utils.fact;
import static com.clevercloud.biscuit.token.builder.Utils.s;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertThrows;
import static org.hamcrest.MatcherAssert.*;

public class AuthenticationProviderBiscuitTest {
private static final Logger LOGGER = LoggerFactory.getLogger(AuthenticationProviderBiscuitTest.class);
Expand Down

0 comments on commit 329b128

Please sign in to comment.