test: SQLのファイル名を修正

This commit is contained in:
usbharu 2023-11-12 16:29:51 +09:00
parent 878406eece
commit ee029fe31c
Signed by: usbharu
GPG Key ID: 6556747BF94EEBC8
2 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ class NoteTest {
@Test
@Transactional
@WithAnonymousUser
@Sql("/sql/note/匿名でfollowers投稿を取得できる.sql")
@Sql("/sql/note/匿名でfollowers投稿を取得しようとすると404.sql")
fun 匿名でfollowers投稿を取得しようとすると404() {
mockMvc
.get("/users/test-user2/posts/1236") {