Skip to content

Commit

Permalink
test: selectWriter 응답 변경에 따른 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jul 8, 2024
1 parent 06242f4 commit 2a0e160
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class MemberDaoTest : JooqTestSpec() {
memberDao.selectWriter(it)
}

assertNotNull(result)
assertNotNull(result!!)
assertEquals(2L, result.writerId)
assertEquals("few2", result.name)
assertEquals(URL("http://localhost:8080/writers/url2"), result.url)
Expand Down

0 comments on commit 2a0e160

Please sign in to comment.