From b4d98e9bad6e1d381bcc44a18b0fcda5bd216a51 Mon Sep 17 00:00:00 2001 From: Nicolas Frisby Date: Mon, 16 Mar 2020 06:22:10 -0700 Subject: [PATCH] mock: fix typo in comment --- .../ouroboros-consensus-mock/test/Test/ThreadNet/BFT.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ouroboros-consensus/ouroboros-consensus-mock/test/Test/ThreadNet/BFT.hs b/ouroboros-consensus/ouroboros-consensus-mock/test/Test/ThreadNet/BFT.hs index e6b280e6b44..88f4fe11541 100644 --- a/ouroboros-consensus/ouroboros-consensus-mock/test/Test/ThreadNet/BFT.hs +++ b/ouroboros-consensus/ouroboros-consensus-mock/test/Test/ThreadNet/BFT.hs @@ -47,9 +47,9 @@ tests = testGroup "BFT" $ , initSeed = Seed {getSeed = (12659702313441544615,9326820694273232011,15820857683988100572,2201554969601311572,4716411940989238571)} } , testProperty "Mock.applyChainTick is not a no-op" $ - -- This repro failed via on a wip branch that included a fix for Issue - -- 1489 and but not for Issue 1559. PR 1562 fixed it. We're retaining - -- this as a regression test. + -- This repro failed on a wip branch that included a fix for Issue 1489 + -- and but not for Issue 1559. PR 1562 fixed it. We're retaining this + -- as a regression test. once $ let ncn = NumCoreNodes 3 in prop_simple_bft_convergence (SecurityParam 5)