diff options
Diffstat (limited to 'specs/Specs/ViewSpec.hs')
| -rw-r--r-- | specs/Specs/ViewSpec.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/specs/Specs/ViewSpec.hs b/specs/Specs/ViewSpec.hs index 7bca567..b8418d6 100644 --- a/specs/Specs/ViewSpec.hs +++ b/specs/Specs/ViewSpec.hs @@ -15,7 +15,8 @@ test = do stateIsMatched = False, stateGrid = [["ABC", "DEF"], ["DJK", "JKL"]], stateRepetition = 1, - stateIsDragging = False + stateIsDragging = False, + stateMode = ModeHints } let drawTextCalls = filter (\case Mock_drawText {} -> True; _ -> False) . calls |
