Skip to content

Commit

Permalink
Move formerly failing #968 test to non-failing
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 6, 2023
1 parent ccf668b commit 3bad7c9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import com.fasterxml.jackson.core.*;

// For [core#967]
public class PerfBigDecimalParser967
public class PerfBigDecimalParser967Test
{
private final JsonFactory JSON_F = new JsonFactory();

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.failing;
package com.fasterxml.jackson.core.dos;

import org.junit.Assert;
import org.junit.Test;
Expand All @@ -7,7 +7,7 @@
import com.fasterxml.jackson.core.exc.StreamConstraintsException;

// For [core#968]]
public class PerfBigDecimalToInteger968
public class PerfBigDecimalToInteger968Test
{
private final JsonFactory JSON_F = new JsonFactory();

Expand Down

0 comments on commit 3bad7c9

Please sign in to comment.