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:
parent
a3f91606f7
commit
39c0dd3de9
@ -298,7 +298,6 @@ data TestFailure
|
|||||||
= ExceptionFailure SomeException
|
= ExceptionFailure SomeException
|
||||||
| AssertionFailure Text
|
| AssertionFailure Text
|
||||||
| GoldenFailure {expected :: Text, actual :: Text}
|
| GoldenFailure {expected :: Text, actual :: Text}
|
||||||
deriving (Show)
|
|
||||||
|
|
||||||
newtype TestName = TestName Text
|
newtype TestName = TestName Text
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user