Skip to content

Commit

Permalink
Manual tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan202 committed Jun 4, 2022
1 parent 8794f09 commit 395d266
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,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 @@ -656,7 +656,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 395d266

Please sign in to comment.