Skip to content

Commit

Permalink
Fix imports post-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 10, 2024
1 parent 673538d commit fb1b98a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

import org.junit.jupiter.api.Test;

import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.exc.ValueInstantiationException;
import tools.jackson.databind.ObjectMapper;
import tools.jackson.databind.exc.ValueInstantiationException;

import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertNull;
Expand Down

0 comments on commit fb1b98a

Please sign in to comment.