test: fix pending signatures

master
Astro 3 years ago
parent cd6676944d
commit d913465154

@ -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

@ -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

Loading…
Cancel
Save