Skip to content

Commit 3b6dc8f

Browse files
committed
Merge branch '2.x' into 3.0
2 parents 2135778 + 2d1e052 commit 3b6dc8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/tools/jackson/core/unittest/tofix/async/AsyncTokenRootErrorTest.java renamed to src/test/java/tools/jackson/core/unittest/tofix/async/AsyncTokenRootError1506Test.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111

1212
import static org.junit.jupiter.api.Assertions.fail;
1313

14+
// [core#1506]: Fix in 3.1, failing in 2.x, 3.0
1415
// Tests for handling token decoding fails for Root values
15-
class AsyncTokenRootErrorTest extends AsyncTestBase
16+
class AsyncTokenRootError1506Test extends AsyncTestBase
1617
{
1718
private final JsonFactory JSON_F = newStreamFactory();
1819

0 commit comments

Comments
 (0)