mirror of
https://github.com/aelve/guide.git
synced 2024-11-23 04:07:14 +03:00
Compile fix
This commit is contained in:
parent
261b6670f2
commit
924e8cd5af
@ -293,7 +293,7 @@ itemTests = session "items" $ using Firefox $ do
|
||||
-- TODO: setting custom group to something that already exists
|
||||
-- doesn't result in two equal groups
|
||||
wd "changing it changes the color" $ do
|
||||
[itemA, itemB, itemC] <- replicate 3 (createItem "blah")
|
||||
[itemA, itemB, itemC] <- replicateM 3 (createItem "blah")
|
||||
setItemCustomGroup "one" itemA
|
||||
setItemGroup "one" itemB
|
||||
setItemCustomGroup "two" itemC
|
||||
|
Loading…
Reference in New Issue
Block a user