Skip to content

Commit

Permalink
Add suppress warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
dodie committed May 19, 2017
1 parent 3b2cc25 commit 8b67c09
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;

@SuppressWarnings("unused")
@DisplayName("Test with JUnit 5 assertions")
public class JUnit5DemoTest {

Expand Down

0 comments on commit 8b67c09

Please sign in to comment.