Skip to content

Commit

Permalink
chore: 끝줄 개행 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
BGuga committed May 16, 2024
1 parent 24bdbce commit e482fab
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,4 @@ void setUp() {
// then
assertThat(expect.socialId()).isEqualTo(socialId);
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,4 @@ class AppleOpenIdJwksClientTest {
.map(Identifiable::getId)
.containsExactlyInAnyOrder("pyaRQpAbnY", "lVHdOx8ltR", "Bh6H7rHVmb");
}


}
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,4 @@ class AppleOpenIdPublicKeyLocatorTest extends ApplicationIntegrationTest {
.comparingOnlyFields("cachedOpenIdKeyProvider")
.isNotEqualTo(kakaoOpenIdPublicKeyLocator);
}

}

0 comments on commit e482fab

Please sign in to comment.