Skip to content

Commit

Permalink
test: migrate OutputTypeTest to Junit 5 (#4417)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored Jan 7, 2022
1 parent 55f6a57 commit f98453a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/java/spoon/test/OutputTypeTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
*/
package spoon.test;

import org.junit.Test;
import org.junit.jupiter.api.Test;
import spoon.OutputType;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNull;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;

public class OutputTypeTest {

Expand Down

0 comments on commit f98453a

Please sign in to comment.