Fix test compilation

This commit is contained in:
Tessa Kelly 2020-01-16 13:20:14 -08:00
parent a5d1f46ba3
commit 3ce36fe1d5

View File

@ -45,9 +45,10 @@ spec =
(\config ->
{ choices = config.choices
, current = config.current
, id = Nothing
, id = "fake-id"
, valueToString = identity
, defaultDisplayText = config.defaultDisplayText
, isInError = False
}
|> Nri.Ui.Select.V7.view
|> Html.Styled.toUnstyled