File tree Expand file tree Collapse file tree 3 files changed +2347
-0
lines changed Expand file tree Collapse file tree 3 files changed +2347
-0
lines changed Original file line number Diff line number Diff line change @@ -449,6 +449,7 @@ test-suite hspec
449
449
, directory
450
450
, errors
451
451
, filepath
452
+ , hashable
452
453
, hspec
453
454
, lens
454
455
, mod
@@ -475,6 +476,7 @@ test-suite hspec
475
476
Test.Pact.Native.Pairing
476
477
Test.Pact.Parse
477
478
Test.Pact.Utils.LegacyValue
479
+ Test.Pact.Utils.StableHashMap
478
480
479
481
if flag(build-tool)
480
482
cpp-options : -DBUILD_TOOL
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import qualified KeysetSpec
7
7
import qualified RoundTripSpec
8
8
import qualified PrincipalSpec
9
9
import qualified Test.Pact.Utils.LegacyValue
10
+ import qualified Test.Pact.Utils.StableHashMap
10
11
import qualified SizeOfSpec
11
12
import qualified Test.Pact.Native.Pairing
12
13
@@ -45,6 +46,7 @@ main = hspec $ parallel $ do
45
46
describe " RoundTripSpec" RoundTripSpec. spec
46
47
describe " PrincipalSpec" PrincipalSpec. spec
47
48
describe " Test.Pact.Utils.LegacyValue" Test.Pact.Utils.LegacyValue. spec
49
+ describe " Test.Pact.Utils.StableHashMap" Test.Pact.Utils.StableHashMap. spec
48
50
describe " SizeOfSpec" SizeOfSpec. spec
49
51
describe " Test.Pact.Native.Pairing" Test.Pact.Native.Pairing. spec
50
52
describe " PactTestsSpec" PactTestsSpec. spec
You can’t perform that action at this time.
0 commit comments