added structure for problematic transactions
This commit is contained in:
10
test/Handler/ProblematicSpec.hs
Normal file
10
test/Handler/ProblematicSpec.hs
Normal file
@ -0,0 +1,10 @@
|
||||
module Handler.ProblematicSpec (spec) where
|
||||
|
||||
import TestImport
|
||||
|
||||
spec :: Spec
|
||||
spec = withApp $ do
|
||||
|
||||
describe "getProblematicR" $ do
|
||||
error "Spec not implemented: getProblematicR"
|
||||
|
Reference in New Issue
Block a user