Commit b8eb0898 authored by Alexandre Delanoë's avatar Alexandre Delanoë

[Jobs] Instances Show ScraperStatus

parent 1a6709bb
Pipeline #800 canceled with stage
......@@ -85,7 +85,7 @@ data ScraperEvent = ScraperEvent
, _scev_level :: !(Maybe Text)
, _scev_date :: !(Maybe Text)
}
deriving Generic
deriving (Show, Generic)
instance Arbitrary ScraperEvent where
arbitrary = ScraperEvent <$> elements [Nothing, Just "test message"]
......@@ -104,7 +104,7 @@ data ScraperStatus = ScraperStatus
, _scst_remaining :: !(Maybe Int)
, _scst_events :: !(Maybe [ScraperEvent])
}
deriving Generic
deriving (Show, Generic)
instance Arbitrary ScraperStatus where
arbitrary = ScraperStatus
......
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