Skip to content

Commit

Permalink
#1636 suppress
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 11, 2022
1 parent 810684f commit b5a62d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/cactoos/map/MapOfTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ void behavesAsMap() {
}

@Test
@SuppressWarnings("unchecked")
void createsMapFromIterable() {
new Assertion<>(
"Must behave as a map when created from iterable",
Expand Down

2 comments on commit b5a62d6

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on b5a62d6 Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1453-f5112130 disappeared from pom.xml), that's why I closed #1641. Please, remember that the puzzle was not necessarily removed in this particular commit. Maybe it happened earlier, but we discovered this fact only now.

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on b5a62d6 Jul 11, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Puzzle 1453-e619753d discovered in pom.xml) and submitted as #1642. Please, remember that the puzzle was not necessarily added in this particular commit. Maybe it was added earlier, but we discovered it only now.

Please sign in to comment.