Skip to content

Commit

Permalink
fixed compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed May 29, 2023
1 parent 50179d0 commit e694c5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/test/Helpers/Testnet.hs
Expand Up @@ -84,7 +84,7 @@ instance Error TimedOut where

testnetOptionsAlonzo6, testnetOptionsBabbage7, testnetOptionsBabbage8 :: Either LocalNodeOptions TestnetOptions
testnetOptionsAlonzo6 = Right defAlonzoTestnetOptions
testnetOptionsBabbage7 = Right $defBabbageTestnetOptions 7
testnetOptionsBabbage7 = Right $ defBabbageTestnetOptions 7
testnetOptionsBabbage8 = Right $ defBabbageTestnetOptions 8

eraFromOptions :: (MonadTest m) => Either LocalNodeOptions TestnetOptions -> m C.AnyCardanoEra
Expand Down

0 comments on commit e694c5a

Please sign in to comment.