Skip to content

Commit

Permalink
More failing-test refactoring: removed one for closed issue (#171), r…
Browse files Browse the repository at this point in the history
…enamed others
  • Loading branch information
cowtowncoder committed Jun 1, 2024
1 parent 59d3a6e commit 809d7f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 46 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

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

class TestSetterlessProperties501 extends DatabindTestUtil {
class SetterlessProperties501Test extends DatabindTestUtil {
static class Poly {
public int id;

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.fail;

class TestUnwrappedWithUnknown650 extends DatabindTestUtil {
class UnwrappedWithUnknown650Test extends DatabindTestUtil {
static class A {
@JsonUnwrapped
public B b;
Expand Down

0 comments on commit 809d7f1

Please sign in to comment.