Skip to content

Commit

Permalink
refactor AnnotationFactoryTest
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinWitt committed Jan 16, 2022
1 parent 219d8d1 commit c371317
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/test/java/spoon/test/factory/AnnotationFactoryTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
*/
package spoon.test.factory;

import org.junit.Test;
import org.junit.jupiter.api.Test;
import spoon.reflect.code.CtLiteral;
import spoon.reflect.code.CtNewArray;
import spoon.reflect.declaration.CtAnnotation;
import spoon.reflect.declaration.CtClass;
import spoon.reflect.factory.AnnotationFactory;

import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static spoon.testing.utils.ModelUtils.build;

public class AnnotationFactoryTest {
Expand Down

0 comments on commit c371317

Please sign in to comment.