Skip to content

Commit 792bb2d

Browse files
committed
Add @test annotation
1 parent 4ce13a9 commit 792bb2d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

avro/src/test/java/com/fasterxml/jackson/dataformat/avro/schemaev/RecordEvolutionTest.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
import java.util.*;
44

5+
import org.junit.jupiter.api.Test;
6+
57
import com.fasterxml.jackson.annotation.JsonCreator;
68
import com.fasterxml.jackson.annotation.JsonProperty;
79
import com.fasterxml.jackson.dataformat.avro.*;
@@ -138,6 +140,7 @@ public String toString() {
138140

139141
private final AvroMapper MAPPER = getMapper();
140142

143+
@Test
141144
public void testEvolutionInvolvingComplexRecords() throws Exception
142145
{
143146
final AvroSchema schemaV1 = MAPPER.schemaFrom(SCHEMA_V1);

0 commit comments

Comments
 (0)