diff options
| author | Akshay Nair <phenax5@gmail.com> | 2024-12-27 17:54:31 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2024-12-27 17:54:31 +0530 |
| commit | 98af698a806e41904368c0114f9d8d9f377d9c09 (patch) | |
| tree | b09e835b1cf4c678fe557b1ab01905e75ee3922f /specs/Specs/AppStateSpec.hs | |
| parent | 3d461b234d0b30cb7085251390b264089f447a97 (diff) | |
| download | chelleport-98af698a806e41904368c0114f9d8d9f377d9c09.tar.gz chelleport-98af698a806e41904368c0114f9d8d9f377d9c09.zip | |
Minor refactor
Diffstat (limited to 'specs/Specs/AppStateSpec.hs')
| -rw-r--r-- | specs/Specs/AppStateSpec.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/specs/Specs/AppStateSpec.hs b/specs/Specs/AppStateSpec.hs index 2508021..de9d552 100644 --- a/specs/Specs/AppStateSpec.hs +++ b/specs/Specs/AppStateSpec.hs @@ -64,7 +64,7 @@ test = do -- let currentState = defaultState it "todo: implement" $ do - 1 `shouldBe` 1 + True `shouldBe` True context "with action IncrementMouseCursor" $ do context "when repetition is 1" $ do @@ -137,7 +137,7 @@ test = do context "with action HandleKeyInput" $ do context "when mode is ModeSearch" $ do it "todo: implement" $ do - 1 `shouldBe` 1 + True `shouldBe` True context "when mode is ModeHints" $ do context "when there are no matches" $ do |
