Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
erikd committed Mar 16, 2023
1 parent 655ce55 commit b73ea72
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -73,7 +73,7 @@ spec = describe "SHELLEY_NETWORK" $ do
ApiMary -> expectField (#eras . #mary) toBe
ApiAlonzo -> expectField (#eras . #alonzo) toBe
ApiBabbage -> expectField (#eras . #babbage) toBe
-- ApiConway -> expectField (#eras . #conway) toBe
ApiConway -> const $ pure () -- TODO https://input-output.atlassian.net/browse/ADP-2841

let knownEras = [minBound .. _mainEra ctx]
let unknownEras = [minBound .. maxBound] \\ knownEras
Expand Down

0 comments on commit b73ea72

Please sign in to comment.