Skip to content

Commit f17f0e1

Browse files
committed
More test cases
1 parent c60bba2 commit f17f0e1

File tree

1 file changed

+2
-1
lines changed
  • modules/dhallj-magnolia/src/test/scala/pl/msitko/dhallj/generic/decoder

1 file changed

+2
-1
lines changed

modules/dhallj-magnolia/src/test/scala/pl/msitko/dhallj/generic/decoder/DecoderSpec.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ trait DecoderSpec { self: munit.FunSuite with Fixtures =>
2929
| },
3030
| api1 = {
3131
| endpoint = {
32-
| host = "some.host"
32+
| host = "some.host",
33+
| ignoreThisField = "anything"
3334
| }
3435
| },
3536
| api2 = {

0 commit comments

Comments
 (0)