Fix tests

This commit is contained in:
Paul-Henri Froidmont 2025-10-13 15:46:22 +02:00
parent efdc50eb1d
commit 87bd780f9f
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE
34 changed files with 230 additions and 303 deletions

View file

@ -2,7 +2,6 @@ package lu.foyer
package contracts
import zio.schema.*
import java.util.Currency
opaque type EmployeeDisplayName <: String = String
object EmployeeDisplayName extends NonBlankString[EmployeeDisplayName]

View file

@ -1,9 +1,10 @@
package lu.foyer
package contracts
import zio.schema.*
import java.util.Currency
import zio.schema.*
opaque type VehiclePlate <: String = String
object VehiclePlate extends NonBlankString[VehiclePlate]