Skip to content

Commit

Permalink
test: migrate ToStringBugTest to Junit 5 (#4422)
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt authored Jan 10, 2022
1 parent 62b10ba commit 0808838
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/test/java/spoon/toStringBugTest/ToStringBugTest.java
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
package spoon.toStringBugTest;


import org.junit.Test;
import java.util.List;

import org.junit.jupiter.api.Test;
import spoon.Launcher;
import spoon.SpoonException;
import spoon.reflect.declaration.CtType;

import java.util.List;

import static org.junit.Assert.fail;
import static org.junit.jupiter.api.Assertions.fail;

public class ToStringBugTest {

Expand Down

0 comments on commit 0808838

Please sign in to comment.