Skip to content

Commit

Permalink
fix: ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
GGHDMS committed Dec 15, 2023
1 parent 24ebc61 commit 4a35b35
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class BaseTest {
)

tokenService.saveTokenInfo(oauthName = "oauthName1", "refreshToken")

}

@BeforeEach
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class RefreshTokenTest : BaseTest() {
jsonPath("accessToken") { exists() }
jsonPath("refreshToken") { exists() }
}

}
@Test
@WithMockUser
Expand Down

0 comments on commit 4a35b35

Please sign in to comment.