Skip to content

Commit

Permalink
Minor test refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 14, 2023
1 parent 8de77fc commit d37bc6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import com.fasterxml.jackson.databind.jsonFormatVisitors.JsonObjectFormatVisitor;
import com.fasterxml.jackson.databind.ser.DefaultSerializerProvider;

public class OptionalUnwrappedTest extends ModuleTestBase
public class Java8OptionalUnwrappedTest extends ModuleTestBase
{
static class Child {
public String name = "Bob";
Expand Down

0 comments on commit d37bc6d

Please sign in to comment.