Skip to content

Commit

Permalink
Merge branch '2.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Jan 5, 2025
2 parents e5d05b9 + be64a77 commit d64364b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import tools.jackson.databind.MappingIterator;
import tools.jackson.dataformat.csv.*;

public class TestParserWithHeader extends ModuleTestBase
public class ParserWithHeaderTest extends ModuleTestBase
{
@JsonPropertyOrder({ "age", "name", "cute" })
protected static class Entry {
Expand Down

0 comments on commit d64364b

Please sign in to comment.