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