Skip to content

Commit

Permalink
Avoid using JUnit3 API
Browse files Browse the repository at this point in the history
  • Loading branch information
lrozenblyum committed Oct 24, 2015
1 parent 767715a commit 64d3fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/com/leokom/chess/engine/ResignTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

import org.junit.Test;

import static junit.framework.Assert.assertTrue;
import static junit.framework.TestCase.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;

/**
Expand Down

0 comments on commit 64d3fbe

Please sign in to comment.