Skip to content

Commit

Permalink
[WIP] scalatest for UserService
Browse files Browse the repository at this point in the history
AsyncSpec does not work for some reason...
Here's a couple of workaround for future review playframework/scalatestplus-play#112
  • Loading branch information
maiksaray committed Dec 6, 2020
1 parent 71d1ba6 commit b260aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion User.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ object RoleAdapter {

data class User(val id: Long?, val name: String, val password: String = "", val role: Role?)


data class ChangePassword(val newPass: String)

0 comments on commit b260aad

Please sign in to comment.