diff options
Diffstat (limited to 'server/test')
-rw-r--r-- | server/test/Thermoprint/Server/QueueSpec.hs | 2 |
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 | ||
25 | instance Arbitrary PrintingError where | 25 | instance Arbitrary PrintingError where |
26 | arbitrary = oneof [ return UnknownError | 26 | arbitrary = oneof [ return (IOError "dummy") |
27 | ] | 27 | ] |
28 | 28 | ||
29 | instance Arbitrary JobId where | 29 | instance Arbitrary JobId where |