Skip to content

Commit

Permalink
remove field to prove defaulting (zio#441)
Browse files Browse the repository at this point in the history
  • Loading branch information
beem812 authored Nov 22, 2022
1 parent a2df319 commit b4742e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ object JsonCodecSpec extends ZIOSpecDefault {
assertDecodes(
fieldDefaultValueSearchRequestSchema,
FieldDefaultValueSearchRequest("test", 0, 10, "test"),
charSequenceToByteChunk("""{"query":"test","pageNumber":0,"resultPerPage":10,"nextPage":"test"}""")
charSequenceToByteChunk("""{"query":"test","pageNumber":0,"resultPerPage":10}""")
)
},
test("field name with alias - id") {
Expand Down

0 comments on commit b4742e5

Please sign in to comment.