mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-11-25 10:04:38 +03:00
Fix fuzz test
This commit is contained in:
parent
14e37207f3
commit
a6b365e173
@ -123,7 +123,7 @@ toStringsTest =
|
||||
Err _ ->
|
||||
Expect.pass
|
||||
, fuzz
|
||||
(Fuzz.list Fuzz.string)
|
||||
(Fuzz.list Fuzz.string |> Fuzz.map List.sort)
|
||||
"excluded folders should stay as before"
|
||||
<|
|
||||
\list ->
|
||||
@ -136,6 +136,7 @@ toStringsTest =
|
||||
summary
|
||||
|> FilePattern.toStrings
|
||||
|> .excludedDirectories
|
||||
|> List.sort
|
||||
|> Expect.equal list
|
||||
|
||||
Err _ ->
|
||||
|
Loading…
Reference in New Issue
Block a user