aboutsummaryrefslogtreecommitdiff
path: root/server/test/Thermoprint/Server/QueueSpec.hs
diff options
context:
space:
mode:
Diffstat (limited to 'server/test/Thermoprint/Server/QueueSpec.hs')
-rw-r--r--server/test/Thermoprint/Server/QueueSpec.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/test/Thermoprint/Server/QueueSpec.hs b/server/test/Thermoprint/Server/QueueSpec.hs
index fd45e1b..c39083a 100644
--- a/server/test/Thermoprint/Server/QueueSpec.hs
+++ b/server/test/Thermoprint/Server/QueueSpec.hs
@@ -23,7 +23,7 @@ instance Arbitrary QueueEntry where
23 arbitrary = QueueEntry <$> arbitrary <*> arbitrary 23 arbitrary = QueueEntry <$> arbitrary <*> arbitrary
24 24
25instance Arbitrary PrintingError where 25instance Arbitrary PrintingError where
26 arbitrary = oneof [ return UnknownError 26 arbitrary = oneof [ return (IOError "dummy")
27 ] 27 ]
28 28
29instance Arbitrary JobId where 29instance Arbitrary JobId where