From cdcec78f075b50045f50fce7da1601e254daf0a1 Mon Sep 17 00:00:00 2001 From: Edmund Noble Date: Sat, 14 Dec 2024 19:18:00 -0500 Subject: [PATCH] Fix compilation --- test/unit/Chainweb/Test/Pact5/RemotePactTest.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/unit/Chainweb/Test/Pact5/RemotePactTest.hs b/test/unit/Chainweb/Test/Pact5/RemotePactTest.hs index fb0e734bd..3aeebb4bb 100644 --- a/test/unit/Chainweb/Test/Pact5/RemotePactTest.hs +++ b/test/unit/Chainweb/Test/Pact5/RemotePactTest.hs @@ -97,6 +97,7 @@ import PredicateTransformers as PT import Servant.Client import Test.Tasty import Test.Tasty.HUnit (assertBool, assertEqual, assertFailure, testCase) +import qualified Pact.Types.Command as Pact4 data Fixture = Fixture { _cutFixture :: CutFixture.Fixture