Commit 91870dc7 authored by Yiannis Tsiouris's avatar Yiannis Tsiouris

Fix warning in Tests.hs

parent 60802061
...@@ -101,7 +101,8 @@ testDistSeqLong nodes result = do ...@@ -101,7 +101,8 @@ testDistSeqLong nodes result = do
-- Batch the tests -- Batch the tests
tests :: [LocalNode] -> [Test] tests :: [LocalNode] -> [Test]
tests [] = []
tests (localNode : localNodes) = [ tests (localNode : localNodes) = [
testGroup "Sequential Tests" [ testGroup "Sequential Tests" [
testCase "testSeqShort" testCase "testSeqShort"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment