Skip to content

Commit

Permalink
refactor: 중복 내용 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
jinuemong committed Nov 10, 2024
1 parent 279bb28 commit ab66a24
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ class ClubFilterSelectorTest {

@Test
fun `필터를 추가하면 ClubFilterSelector에 해당 필터가 추가되어야 한다`() {
clubFilterSelector = ClubFilterSelector()
// given
val filter = ClubFilter.GenderFilter.Male

Expand All @@ -33,7 +32,6 @@ class ClubFilterSelectorTest {

@Test
fun `이미 추가 된 필터가 있다면 해당 필터는 추가되지 않아야 한다`() {
clubFilterSelector = ClubFilterSelector()
// given
val filter = ClubFilter.GenderFilter.Male
clubFilterSelector.addClubFilter(filter)
Expand Down

0 comments on commit ab66a24

Please sign in to comment.