summaryrefslogtreecommitdiff
path: root/Omni/Agent.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Omni/Agent.hs')
-rw-r--r--Omni/Agent.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Omni/Agent.hs b/Omni/Agent.hs
index 6086584..189d377 100644
--- a/Omni/Agent.hs
+++ b/Omni/Agent.hs
@@ -71,8 +71,8 @@ test = Test.group "Omni.Agent" [unitTests, logTests]
logTests :: Test.Tree
logTests =
Test.group
- "Log tests"
- [ Test.unit "Log.emptyStatus" <| do
+ "Log tests XXX"
+ [ Test.unit "Log.emptyStatus XXX" <| do
let s = Log.emptyStatus "worker-1"
Log.statusWorker s Test.@?= "worker-1"
Log.statusFiles s Test.@?= 0