Skip to content

Commit

Permalink
fixup! cardano-api: 8.37 -> 8.38
Browse files Browse the repository at this point in the history
  • Loading branch information
locallycompact committed Feb 21, 2024
1 parent f0852c9 commit 9fd3027
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion hydra-cluster/test/Test/CardanoNodeSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ spec = do
describe "findRunningCardanoNode" $ do
it "returns Nothing on non-matching network" $ const $ pendingWith "No other valid network to test against."

it "returns Just running node on matching network" $ const $ pendingWith "No other valid network to test against."
it "returns Just running node on matching network" $ \(tr, tmp) -> do
withCardanoNodeOnKnownNetwork tr tmp Sanchonet $ \runningNode -> do
findRunningCardanoNode tmp Sanchonet `shouldReturn` Just runningNode

setupTracerAndTempDir :: ToJSON msg => ((Tracer IO msg, FilePath) -> IO a) -> IO a
setupTracerAndTempDir action =
Expand Down

0 comments on commit 9fd3027

Please sign in to comment.