Skip to content

Commit

Permalink
Manual tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Apr 10, 2022
1 parent 91e9af3 commit e747a47
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,7 @@ void after(AbstractMapAssert<?, ?, K, V> mapAssert) {
}
}

static final class AssertThatIsEmpty<K, V> {
static final class AssertThatMapIsEmpty<K, V> {
@BeforeTemplate
void before(Map<K, V> map) {
Refaster.anyOf(
Expand Down Expand Up @@ -657,7 +657,7 @@ static final class AbstractMapAssertIsNotEmpty<K, V> {
}
}

static final class AssertThatIsNotEmpty<K, V> {
static final class AssertThatMapIsNotEmpty<K, V> {
@BeforeTemplate
AbstractAssert<?, ?> before(Map<K, V> map) {
return Refaster.anyOf(
Expand Down

0 comments on commit e747a47

Please sign in to comment.