Skip to content

Commit

Permalink
Added missing import to documentation example
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredHatfield committed Mar 2, 2024
1 parent dd6e56b commit 37a3220
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ import org.junit.jupiter.params.ParameterizedTest;
import com.fasterxml.jackson.databind.DeserializationFeature;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.unitvectory.fileparamunit.ListFileSource;
import com.unitvectory.jsonparamunit.JsonClassParamTest;

public class ReverseStringTest extends JsonClassParamTest<TestObject, TestObject> {

Expand Down

0 comments on commit 37a3220

Please sign in to comment.