Add details to the test expectation

This commit is contained in:
Jeroen Engels 2021-03-09 22:55:46 +01:00
parent 3e43ba80b3
commit efe502f52f

View File

@ -235,7 +235,7 @@ a = SomeModule.Regex.fromLiteralFunc "^abc$"
)
|> Review.Test.expectConfigurationError
{ message = "invalid name is not a valid function name"
, details = []
, details = [ "Some details" ]
}
]