Skip to content

Commit

Permalink
hotfix: remove fit from e2e spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ffakenz committed Jan 3, 2024
1 parent 9f25584 commit c59505c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydra-cluster/test/Test/EndToEndSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ withClusterTempDir name =

spec :: Spec
spec = around (showLogsOnFailure "EndToEndSpec") $ do
fit "End-to-end offline mode" $ \tracer -> do
it "End-to-end offline mode" $ \tracer -> do
withTempDir "offline-mode-e2e" $ \tmpDir -> do
(aliceCardanoVk, aliceCardanoSk) <- keysFor Alice
(bobCardanoVk, _) <- keysFor Bob
Expand Down

0 comments on commit c59505c

Please sign in to comment.