Skip to content

Commit

Permalink
hoo
Browse files Browse the repository at this point in the history
  • Loading branch information
meltapplee committed Dec 4, 2024
1 parent 47e945a commit 2bfb02d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
kotlin("jvm") version "1.9.24"
kotlin("plugin.spring") version "1.9.24"
kotlin("plugin.jpa") version "1.9.25"
kotlin("plugin.jpa") version "1.9.24"
id("org.springframework.boot") version "2.7.16"
id("io.spring.dependency-management") version "1.1.6"
id("org.jlleitschuh.gradle.ktlint") version "11.5.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class BookmarkServiceTest {

@Test
fun `북마크 저장`() {
// given & then
// given & when
bookmarkService.execute(schoolId)

// then
Expand Down

0 comments on commit 2bfb02d

Please sign in to comment.