Skip to content

Commit

Permalink
Merge pull request #46 from wbluke/feature/6-review-refactor-#44-fix
Browse files Browse the repository at this point in the history
[#44] refactor: MemberTest에 assertThat import
  • Loading branch information
wbluke authored Aug 15, 2019
2 parents 9bd7cc0 + c8d52f8 commit cd2afba
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 cd2afba

Please sign in to comment.