mirror of
https://github.com/correl/elm.git
synced 2024-12-18 11:06:17 +00:00
Test name reuse
This commit is contained in:
parent
fbb64e1576
commit
19e1094362
1 changed files with 2 additions and 2 deletions
|
@ -64,7 +64,7 @@ tests =
|
|||
\() ->
|
||||
Expect.equal []
|
||||
(detect "go" [ "go Go GO" ])
|
||||
, test "anagrams must use all letters exactly once" <|
|
||||
, test "anagrams must use all letters exactly once (go)" <|
|
||||
\() ->
|
||||
Expect.equal []
|
||||
(detect "tapper" [ "patter" ])
|
||||
|
@ -84,7 +84,7 @@ tests =
|
|||
\() ->
|
||||
Expect.equal []
|
||||
(detect "BANANA" [ "Banana" ])
|
||||
, test "anagrams must use all letters exactly once" <|
|
||||
, test "anagrams must use all letters exactly once (banana)" <|
|
||||
\() ->
|
||||
Expect.equal []
|
||||
(detect "patter" [ "tapper" ])
|
||||
|
|
Loading…
Reference in a new issue