From b73ea728596729846104a0603d4cf067f2f4c210 Mon Sep 17 00:00:00 2001 From: Erik de Castro Lopo Date: Thu, 16 Mar 2023 14:58:28 +1100 Subject: [PATCH] wip --- .../src/Test/Integration/Scenario/API/Shelley/Network.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wallet/integration/src/Test/Integration/Scenario/API/Shelley/Network.hs b/lib/wallet/integration/src/Test/Integration/Scenario/API/Shelley/Network.hs index a30e61aec96..c4ee8ebe9a3 100644 --- a/lib/wallet/integration/src/Test/Integration/Scenario/API/Shelley/Network.hs +++ b/lib/wallet/integration/src/Test/Integration/Scenario/API/Shelley/Network.hs @@ -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