aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-02-17 22:08:03 +0000
committerGregor Kleen <gkleen@yggdrasil.li>2016-02-17 22:08:03 +0000
commiteebc709302833932d7fca95dfc5c8536f8911e69 (patch)
treeaadc2cc05cca3595bf1d0e00befd7001eb267c52
parentdec2d1453e836a783ce0e3cd7d8aede5702188c2 (diff)
downloadthermoprint-eebc709302833932d7fca95dfc5c8536f8911e69.tar
thermoprint-eebc709302833932d7fca95dfc5c8536f8911e69.tar.gz
thermoprint-eebc709302833932d7fca95dfc5c8536f8911e69.tar.bz2
thermoprint-eebc709302833932d7fca95dfc5c8536f8911e69.tar.xz
thermoprint-eebc709302833932d7fca95dfc5c8536f8911e69.zip
Better test identification
-rw-r--r--server/test/Thermoprint/Server/QueueSpec.hs3
1 files changed, 2 insertions, 1 deletions
diff --git a/server/test/Thermoprint/Server/QueueSpec.hs b/server/test/Thermoprint/Server/QueueSpec.hs
index c39083a..4a9297e 100644
--- a/server/test/Thermoprint/Server/QueueSpec.hs
+++ b/server/test/Thermoprint/Server/QueueSpec.hs
@@ -31,4 +31,5 @@ instance Arbitrary JobId where
31 31
32spec :: Spec 32spec :: Spec
33spec = do 33spec = do
34 prop "prop_zipper" $ \queue -> queue == toZipper (fromZipper queue) 34 describe "queue morphisms" $ do
35 prop "are inverse" $ \queue -> queue == toZipper (fromZipper queue)