Skip to content

Commit 1fb7249

Browse files
committed
fix: unhelpful error message
1 parent 8ae8810 commit 1fb7249

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/EndToEndTests.hs

-1
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,6 @@ tests = testSpec "End-to-end tests" $ do
431431
, "errors" .=
432432
[
433433
object
434-
-- TODO: cf previous test case
435434
[ "message" .= ("Could not coerce Name {unName = \"dogCommand\"} to valid value: ValueScalar' ConstNull not an enum: [Right (Name {unName = \"Sit\"}),Right (Name {unName = \"Down\"}),Right (Name {unName = \"Heel\"})]" :: Text)
436435
]
437436
]

0 commit comments

Comments
 (0)