Skip to content

Commit

Permalink
test: c827ff21ebb1539ffa5618d2147dfb2513503957에서의 selectWriter 응답 변경에…
Browse files Browse the repository at this point in the history
… 따른 수정
  • Loading branch information
belljun3395 committed Jul 8, 2024
1 parent 7da4ea2 commit 99cbad1
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 99cbad1

Please sign in to comment.