Skip to content

Commit

Permalink
Enable missing tests (#366)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin-lee authored Aug 24, 2024
1 parent ad78ad2 commit ee08a1e
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,18 @@ object autoSpec extends Properties {
property("test Encoder[NonBlankString]", testEncoderNonBlankString),
property("test Decoder[NonBlankString]", testDecoderNonBlankString),

//
property("test Encoder[Uuid]", testEncoderUuid),
property("test Decoder[Uuid]", testDecoderUuid),

//
property("test Encoder[Uri]", testEncoderUri),
property("test Decoder[Uri]", testDecoderUri),

//
property("test Encoder[Url]", testEncoderUrl),
property("test Decoder[Url]", testDecoderUrl),

//
property("test Encoder[PortNumber]", testEncoderPortNumber),
property("test Decoder[PortNumber]", testDecoderPortNumber),
Expand Down

0 comments on commit ee08a1e

Please sign in to comment.