test: fix pending signatures

This commit is contained in:
Astro 2020-06-05 19:28:14 +02:00
parent cd6676944d
commit d913465154
2 changed files with 6 additions and 8 deletions

View File

@ -3,8 +3,7 @@ module Handler.SupplierActionsSpec (spec) where
import TestImport
spec :: Spec
spec = withApp $ do
spec =
describe "getSupplierActionsR" $ do
error "Spec not implemented: getSupplierActionsR"
xit "Spec not implemented: getSupplierActionsR" $ do
pending

View File

@ -3,8 +3,7 @@ module Handler.SupplierSpec (spec) where
import TestImport
spec :: Spec
spec = withApp $ do
spec =
describe "getSupplierR" $ do
error "Spec not implemented: getSupplierR"
xit "Spec not implemented: getSupplierR" $ do
pending