Skip to content

Commit

Permalink
feat: Update new check insert user and delete user function in User…
Browse files Browse the repository at this point in the history
…DaoTest (getspherelabs#35)
  • Loading branch information
khurshiddev committed Oct 14, 2023
1 parent bd81e60 commit 1e802fc
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,24 @@ class UserDaoTest {

}



















@Test
fun `check insert user and delete user`() = runTest {
val user = User(
Expand Down

0 comments on commit 1e802fc

Please # to comment.