Skip to content

Commit

Permalink
Merge branch 'test/#176_belljun3395' into feat/#68_belljun3395
Browse files Browse the repository at this point in the history
  • Loading branch information
belljun3395 committed Jul 8, 2024
2 parents 06242f4 + 99cbad1 commit 21e352d
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 21e352d

Please sign in to comment.