Skip to content

Commit

Permalink
M3-238 Feat : version test작성, exception추가
Browse files Browse the repository at this point in the history
  • Loading branch information
tkdals802 committed Aug 10, 2024
1 parent 8cf84c3 commit 8b2c095
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ public class VersionServiceTest {
@DisplayName("[postVersion] version이 잘 post 되는지")
void postVersionTest() {
//Given
LocalDateTime localDate = LocalDateTime.now();

VersionRequest versionRequest = VersionRequest.builder().version("1.0.3").build();
//When
versionService.postVersion(versionRequest);
Expand Down

0 comments on commit 8b2c095

Please sign in to comment.