summaryrefslogtreecommitdiffstats
path: root/test/PureSpec.hs
diff options
context:
space:
mode:
Diffstat (limited to 'test/PureSpec.hs')
-rw-r--r--test/PureSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/PureSpec.hs b/test/PureSpec.hs
index 5f718e7..528167d 100644
--- a/test/PureSpec.hs
+++ b/test/PureSpec.hs
@@ -7,4 +7,4 @@ spec :: Spec
spec = do
describe "Pure" do
it "pure" do
- S.runSensorT (S.sample 1 (pure "")) >>= (`shouldBe` [""])
+ S.sample 1 (pure "") >>= (`shouldBe` [""])