Remove unneeded instance

This makes the type more opaque, and is fine now that we have proper display of results.
This commit is contained in:
George Thomas 2026-01-08 00:55:44 +00:00
parent a3f91606f7
commit 39c0dd3de9

View File

@ -298,7 +298,6 @@ data TestFailure
= ExceptionFailure SomeException
| AssertionFailure Text
| GoldenFailure {expected :: Text, actual :: Text}
deriving (Show)
newtype TestName = TestName Text