Skip to content

Commit

Permalink
Merge pull request #97 from input-output-hk/piotr/86/qa-review
Browse files Browse the repository at this point in the history
Fix typo in HttpBridgeSpec test (QA review of #68)
  • Loading branch information
KtorZ authored Mar 20, 2019
2 parents c93b82b + d549bc8 commit 609aa53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/Cardano/NetworkLayer/HttpBridgeSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec = do
(\bs -> length bs >= 4 && length bs <= 5)
action `shouldReturn` pure ()

it "produce no blocks if start if after tip" $ \(_, network) -> do
it "produce no blocks if start is after tip" $ \(_, network) -> do
let action = runExceptT $ do
tip <- (slotId . snd) <$> networkTip network
length <$> nextBlocks network (succ $ succ tip)
Expand Down

0 comments on commit 609aa53

Please sign in to comment.