Skip to content

Commit

Permalink
Add @test annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
JooHyukKim committed Jan 12, 2025
1 parent 4ce13a9 commit 792bb2d
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

import java.util.*;

import org.junit.jupiter.api.Test;

import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.dataformat.avro.*;
Expand Down Expand Up @@ -138,6 +140,7 @@ public String toString() {

private final AvroMapper MAPPER = getMapper();

@Test
public void testEvolutionInvolvingComplexRecords() throws Exception
{
final AvroSchema schemaV1 = MAPPER.schemaFrom(SCHEMA_V1);
Expand Down

0 comments on commit 792bb2d

Please sign in to comment.