Skip to content

Commit

Permalink
test: (#99) 파일 경로 검사 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
khcho0125 committed Oct 11, 2022
1 parent 84f112d commit 5174a39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class AwsS3AdapterTests {
awsS3Adapter.upload(file)

val correct = awsS3Adapter.existsPath("/test.png")
val wrong = awsS3Adapter.existsPath("/test.jpg")
val wrong = awsS3Adapter.existsPath("/test.svg")

// then
assertTrue(correct)
Expand Down

0 comments on commit 5174a39

Please sign in to comment.