mirror of https://github.com/voidlizard/hbs2
attempt to build an abstract dispatcher
This commit is contained in:
parent
6c3ca86b05
commit
19bbbe9191
|
@ -119,6 +119,7 @@ test-suite test
|
|||
other-modules: TestFakeMessaging
|
||||
, TestActors
|
||||
, TestBlockInfoActor
|
||||
, TestAbstractDispatch
|
||||
|
||||
-- other-extensions:
|
||||
|
||||
|
|
|
@ -0,0 +1,14 @@
|
|||
module TestAbstractDispatch where
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
testAbstractDispatch :: IO ()
|
||||
testAbstractDispatch = do
|
||||
pure ()
|
||||
|
Loading…
Reference in New Issue