Skip to content

Commit

Permalink
[#44] refactor: MemberTest에 assertThat import
Browse files Browse the repository at this point in the history
  • Loading branch information
wbluke committed Aug 15, 2019
1 parent 9bd7cc0 commit c8d52f8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.ValueSource;

import static org.assertj.core.api.Assertions.assertThat;
import static org.assertj.core.api.Assertions.assertThatCode;
import static org.junit.jupiter.api.Assertions.assertThrows;

Expand Down

0 comments on commit c8d52f8

Please sign in to comment.