Skip to content

Commit

Permalink
feat: ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
GGHDMS committed Dec 18, 2023
1 parent 82247ec commit f2a1c06
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import org.springframework.beans.factory.annotation.Autowired
import org.springframework.boot.test.autoconfigure.web.servlet.AutoConfigureMockMvc
import org.springframework.boot.test.context.SpringBootTest
import org.springframework.test.web.servlet.MockMvc
import org.springframework.transaction.annotation.Transactional
import java.time.LocalDateTime
import java.time.LocalDateTime.now

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import com.yourssu.ssudateserver.common.BaseTest
import com.yourssu.ssudateserver.dto.request.RegisterFemaleRequestDto
import com.yourssu.ssudateserver.enums.FemaleAnimals
import com.yourssu.ssudateserver.enums.MBTI
import com.yourssu.ssudateserver.service.OauthCacheService
import org.assertj.core.api.Assertions
import org.junit.jupiter.api.Test
import org.springframework.http.MediaType
Expand Down Expand Up @@ -43,7 +42,6 @@ class RegisterFemaleTest : BaseTest() {
}
test.andDo {
print()

}

Assertions.assertThat(userRepository.findByNickName("NICKNICK")!!.weight).isEqualTo(0)
Expand Down

0 comments on commit f2a1c06

Please sign in to comment.