Skip to content

Commit

Permalink
Ignore Moshi
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-krecan committed May 5, 2022
1 parent 04a64d1 commit a34cf31
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Expand Up @@ -1162,7 +1162,7 @@ void assertContainsEntryNumber() {
}

@Test
void assertContainsEntryNumberFailure() {
protected void assertContainsEntryNumberFailure() {
assertThatThrownBy(() ->
assertThatJson("{\"a\":1, \"b\":2.0}")
.isObject()
Expand Down
Expand Up @@ -52,4 +52,10 @@ void shouldAssertIntegerFailure() {
protected void shouldEqualNumberInObject() {
// ignored, no support of object serialization neither
}

@Test
@Override
protected void assertContainsEntryNumberFailure() {
// Ignored, does not work
}
}

0 comments on commit a34cf31

Please sign in to comment.