Skip to content

Commit

Permalink
Use valid version for integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Jun 22, 2023
1 parent f785c19 commit 2eda957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlowe-integration/src/Test/Integration/Marlowe/Local.hs
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ testContainer = proc TestContainerDependencies{..} -> do
payoutScriptHashes = NESet.singleton $ payoutScript marloweScripts
pollingInterval = 0.01
confirmationTimeout = 60
runtimeVersion = Version [] []
runtimeVersion = Version [0] []
in
MarloweRuntimeDependencies{..}

Expand Down

0 comments on commit 2eda957

Please sign in to comment.