Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
henri-tremblay committed Dec 30, 2022
1 parent a6f7834 commit 8eaac71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/src/test/java/org/easymock/tests2/SerializationTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import java.util.ArrayList;
import java.util.List;

import org.junit.Ignore;
import org.junit.Test;

/**
Expand Down Expand Up @@ -54,7 +53,6 @@ public void test() throws Exception {
verify(mock);
}

@SuppressWarnings("unchecked")
@Test
public void testClass() throws Exception {

Expand Down

0 comments on commit 8eaac71

Please sign in to comment.