Skip to content

Commit

Permalink
Fixing forking task runner test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul Gidwani committed Sep 30, 2022
1 parent 190f8dd commit afff509
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
public class ForkingTaskRunnerTest
{

private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper();
private static final ObjectMapper OBJECT_MAPPER = new DefaultObjectMapper();
@Rule
public TemporaryFolder temporaryFolder = new TemporaryFolder();

Expand Down

0 comments on commit afff509

Please sign in to comment.