Skip to content

Commit

Permalink
feat(#770): clean imports for qulice
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Oct 18, 2024
1 parent d681d0a commit d7a5033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
import java.util.stream.Stream;
import org.hamcrest.MatcherAssert;
import org.hamcrest.Matchers;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.MethodSource;
import org.objectweb.asm.Opcodes;
Expand Down

0 comments on commit d7a5033

Please sign in to comment.