Fix tests
This commit is contained in:
parent
efdc50eb1d
commit
87bd780f9f
34 changed files with 230 additions and 303 deletions
|
|
@ -1,11 +1,11 @@
|
|||
package lu.foyer
|
||||
package clients
|
||||
|
||||
import zio.schema.*
|
||||
|
||||
import java.time.Instant
|
||||
import java.time.LocalDate
|
||||
|
||||
import zio.schema.*
|
||||
|
||||
opaque type ClientLastName <: String = String
|
||||
object ClientLastName extends NonBlankString[ClientLastName]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue