Skip to content

Commit

Permalink
Try to debug issue where seeing very strange behaviour in code, where…
Browse files Browse the repository at this point in the history
… when we change the expected output to the actual generated output by including the static import, we get error that the type is missing or malformed. This looks like a bug in the framework. It seems to only occur when we add a second class in the before.
  • Loading branch information
shivanisky committed Jun 30, 2024
1 parent 1016bf9 commit 1ce8b77
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ void test() {
"""
import java.util.ArrayList;
import java.util.List;
import static org.mockito.Mockito.*;
import org.junit.jupiter.api.extension.ExtendWith;
import org.mockito.Mock;
import org.mockito.junit.jupiter.MockitoExtension;
Expand Down

0 comments on commit 1ce8b77

Please sign in to comment.