Skip to content

Commit

Permalink
CORE-15757 fix wildcard import
Browse files Browse the repository at this point in the history
  • Loading branch information
LWogan committed Sep 1, 2023
1 parent 164bd3c commit 5c6ed56
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
import org.assertj.core.api.Assertions;
import org.junit.jupiter.api.Test;

import static org.mockito.ArgumentMatchers.*;
import static org.mockito.ArgumentMatchers.any;
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

Expand Down

0 comments on commit 5c6ed56

Please sign in to comment.