commit f8bbc7857bb32ac7762c81d8580670c7e1a3dae3 parent ac4c1400b8f5772e9b52f4b19243dfb5426568f8 Author: Jared Tobin <jared@jtobin.io> Date: Wed, 18 Sep 2019 19:50:14 -0230 tests: fix typo [ci skip] Diffstat:
M | test/Ob.hs | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/test/Ob.hs b/test/Ob.hs @@ -11,5 +11,5 @@ main = hspec $ do context "small input space" S.tests context "medium input space" M.tests - context "propert tests" P.tests + context "property tests" P.tests context "unit tests" U.tests