Skip to content

Commit

Permalink
Fixes mockito#2905 : Removed unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Roberto Trunfio authored and Roberto Trunfio committed Feb 9, 2023
1 parent 822f359 commit 842bbd6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/org/mockitousage/bugs/ThreadLocalTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@

import org.assertj.core.api.Assertions;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.MockitoAnnotations;
import org.mockitoutil.TestBase;

/**
Expand Down

0 comments on commit 842bbd6

Please sign in to comment.