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
-- Batch the tests
tests :: [LocalNode] -> [Test]
tests :: [LocalNode] -> [Test]
tests [] = []
tests (localNode : localNodes) = [
testGroup "Sequential Tests" [
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