Skip to content

Commit

Permalink
Do not use deprecated o.j.Assert.assertThat but
Browse files Browse the repository at this point in the history
o.h.MatcherAssert.assertThat

Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Feb 24, 2025
1 parent 38a1b89 commit 4ec7627
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package de.agilecoders.wicket.sass;

import static org.junit.Assert.*;
import static org.hamcrest.Matchers.*;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.empty;
import static org.hamcrest.Matchers.instanceOf;

import io.bit3.jsass.Options;
import org.junit.jupiter.api.Test;
Expand Down

0 comments on commit 4ec7627

Please sign in to comment.