Skip to content

Commit

Permalink
Move new test under failing for 2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Feb 11, 2024
1 parent 2069d63 commit 060d6bd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.fasterxml.jackson.core.read;
package com.fasterxml.jackson.failing;

import org.junit.jupiter.api.Test;

Expand All @@ -8,7 +8,7 @@

// Test(s) to see that limited amount of recovery is possible over
// content: specifically, most single-character problems.
public class ParserErrorRecoveryTest
public class ParserErrorRecovery1173Test
extends JUnit5TestBase
{
private final JsonFactory JSON_F = newStreamFactory();
Expand Down

0 comments on commit 060d6bd

Please sign in to comment.