Skip to content

Commit ed4f83e

Browse files
Remove unused Arbitrary ModelSnapshot and HasVariables (Action Model a)
1 parent 29e2678 commit ed4f83e

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

hydra-node/test/Hydra/Chain/Direct/TxTraceSpec.hs

-8
Original file line numberDiff line numberDiff line change
@@ -251,11 +251,6 @@ instance Num ModelSnapshot where
251251
, toDecommit = mempty
252252
}
253253

254-
instance Arbitrary ModelSnapshot where
255-
arbitrary = genericArbitrary
256-
257-
shrink = genericShrink
258-
259254
data State
260255
= Open
261256
| Closed
@@ -453,9 +448,6 @@ instance StateModel Model where
453448
instance HasVariables Model where
454449
getAllVariables = mempty
455450

456-
instance HasVariables (Action Model a) where
457-
getAllVariables = mempty
458-
459451
deriving instance Eq (Action Model a)
460452
deriving instance Show (Action Model a)
461453

0 commit comments

Comments
 (0)