Skip to content

Commit

Permalink
fixed puzzle description
Browse files Browse the repository at this point in the history
  • Loading branch information
oridan committed Dec 14, 2018
1 parent 718e623 commit bdec6c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public final class CcStrictTest {
* @throws IOException If some problem inside
* @todo #877:30min replace all org.junit.Test occurrences in the project
* by JUnit 5 equivalent org.junit.jupiter.api.Test and replaces
* all expected Exceptions by it's lamba style. Check
* all expected Exceptions by Assertions.assertThrows. Check
* org.takes.facets.auth.codecs.CcAesTest or
* org.takes.facets.auth.codecs.CcSaltedTest as examples.
*/
Expand Down

1 comment on commit bdec6c9

@0pdd
Copy link
Collaborator

@0pdd 0pdd commented on bdec6c9 Dec 14, 2018

Choose a reason for hiding this comment

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

Puzzle 877-052482c8 discovered in src/test/java/org/takes/facets/auth/codecs/CcStrictTest.java and submitted as #895. 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.