From: Iustin Pop <[email protected]>

Signed-off-by: Iustin Pop <[email protected]>
---
 test/hs/Test/Ganeti/OpCodes.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/hs/Test/Ganeti/OpCodes.hs b/test/hs/Test/Ganeti/OpCodes.hs
index 229696f..d677b4c 100644
--- a/test/hs/Test/Ganeti/OpCodes.hs
+++ b/test/hs/Test/Ganeti/OpCodes.hs
@@ -611,7 +611,7 @@ case_AllDefined = do
       extra_hs = hs_ops \\ py_ops
   HUnit.assertBool ("Missing OpCodes from the Haskell code:\n" ++
                     unlines extra_py) (null extra_py)
-  HUnit.assertBool ("Extra OpCodes in the Haskell code code:\n" ++
+  HUnit.assertBool ("Extra OpCodes in the Haskell code:\n" ++
                     unlines extra_hs) (null extra_hs)
 
 -- | Custom HUnit test case that forks a Python process and checks
-- 
2.8.1

Reply via email to