module Octane.Type.ActorSpec (spec) where import Test.Tasty.Hspec spec :: Spec spec = describe "Actor" $ do return ()