Skip to content

Commit 8191c21

Browse files
committed
Added missing test annotation
1 parent 217dd86 commit 8191c21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/de/sstoehr/harreader/model/HarPostDataTest.java

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class HarPostDataTest extends AbstractMapperTest<HarPostData> {
1515
private static final List<HarPostDataParam> EXPECTED_LIST = new ArrayList<>();
1616

1717
@Override
18+
@Test
1819
public void testMapping() {
1920
HarPostData postData = map("{\"mimeType\": \"aMimeType\", \"params\": [], \"text\":\"aText\", \"comment\": \"My comment\",\"_unknown\":\"unknown\"}", HarPostData.class);
2021

0 commit comments

Comments
 (0)