Skip to content

Commit

Permalink
Docs: specify test case
Browse files Browse the repository at this point in the history
  • Loading branch information
junho100 committed Nov 13, 2024
1 parent f10fbdc commit f173f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ func TestUserAPI(t *testing.T) {
assert.Equal(t, userID, checkMeResponse.UserID)
})

t.Run("토큰 검증", func(t *testing.T) {
t.Run("유효하지 않은 토큰 검증", func(t *testing.T) {
checkMeRequest := dto.CheckMeRequest{
Token: "INVALID TOKEN",
}
Expand Down

0 comments on commit f173f48

Please sign in to comment.