Skip to content

Commit c59505c

Browse files
committed
hotfix: remove fit from e2e spec
1 parent 9f25584 commit c59505c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hydra-cluster/test/Test/EndToEndSpec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ withClusterTempDir name =
142142

143143
spec :: Spec
144144
spec = around (showLogsOnFailure "EndToEndSpec") $ do
145-
fit "End-to-end offline mode" $ \tracer -> do
145+
it "End-to-end offline mode" $ \tracer -> do
146146
withTempDir "offline-mode-e2e" $ \tmpDir -> do
147147
(aliceCardanoVk, aliceCardanoSk) <- keysFor Alice
148148
(bobCardanoVk, _) <- keysFor Bob

0 commit comments

Comments
 (0)