Skip to content

Commit

Permalink
chore: shouldNotBeNull 메서드 사용
Browse files Browse the repository at this point in the history
  • Loading branch information
hgo641 committed Jan 31, 2024
1 parent 932133d commit 10626a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class AuthControllerTest(
val authResponse = response.`as`(AuthResponse::class.java)

response.statusCode shouldBe OK.value()
authResponse.accessToken shouldNotBe null
authResponse.accessToken.shouldNotBeNull()
}
}
}
Expand Down

0 comments on commit 10626a1

Please sign in to comment.