Skip to content

Commit 6fb855e

Browse files
author
Kate Ivanova
committed
Change category of StylesTest class
DEVSIX-3864
1 parent 0e78287 commit 6fb855e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

layout/src/test/java/com/itextpdf/layout/StylesTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ This file is part of the iText (R) project.
4949
import com.itextpdf.layout.property.VerticalAlignment;
5050
import com.itextpdf.layout.element.Paragraph;
5151
import com.itextpdf.test.ExtendedITextTest;
52-
import com.itextpdf.test.annotations.type.UnitTest;
52+
import com.itextpdf.test.annotations.type.IntegrationTest;
5353

5454
import org.junit.Assert;
5555
import org.junit.Test;
5656
import org.junit.experimental.categories.Category;
5757

58-
@Category(UnitTest.class)
58+
@Category(IntegrationTest.class)
5959
public class StylesTest extends ExtendedITextTest {
6060

6161
public static float EPS = 0.0001f;

0 commit comments

Comments
 (0)