Skip to content

Commit

Permalink
Remove type application
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Feb 6, 2023
1 parent 08064c0 commit 6e8c906
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -36,7 +36,7 @@ data TestWallets = TestWallets

spec :: Spec
spec = describe "Marlowe runtime API" do
it "Basic e2e scenario" $ withLocalMarloweRuntime @IO \runtime -> do
it "Basic e2e scenario" $ withLocalMarloweRuntime \runtime -> do
let
startDiscoveryClient = runDiscoverySyncClient runtime
$ MarloweHeaderSyncClient
Expand Down

0 comments on commit 6e8c906

Please sign in to comment.