Skip to content

Commit

Permalink
Merge branch '2.18'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Apr 27, 2024
2 parents 20204ed + cd80aa8 commit fdd02e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -13,7 +13,7 @@
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.fail;

class TestDefaultPrettyPrinter extends JUnit5TestBase
class DefaultPrettyPrinterTest extends JUnit5TestBase
{
private final JsonFactory JSON_F = new JsonFactory();

Expand Down
Expand Up @@ -15,7 +15,7 @@
* Simple unit tests to try to verify that the default
* {@link SerializableString} implementation works as expected.
*/
class TestSerializedString
class SerializedStringTest
extends tools.jackson.core.JUnit5TestBase
{
private static final String QUOTED = "\\\"quo\\\\ted\\\"";
Expand Down
Expand Up @@ -6,7 +6,7 @@

import static org.junit.jupiter.api.Assertions.*;

class TestTextBuffer
class TextBufferTest
extends tools.jackson.core.JUnit5TestBase
{
/**
Expand Down

0 comments on commit fdd02e5

Please sign in to comment.