Skip to content

Commit

Permalink
#1132 unchecked
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jul 11, 2022
1 parent 92c5d4f commit e2258d5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/java/org/takes/facets/auth/PsByFlagTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ void flagIsFoundUserAuthenticated() throws Exception {
* PsByFlag wraps response with authenticated user.
*/
@Test
@SuppressWarnings("unchecked")
void exitTest() {
final Response response = new RsWithStatus(
new RsWithType(
Expand Down

0 comments on commit e2258d5

Please sign in to comment.