We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd41339 commit 2821407Copy full SHA for 2821407
test/Spec.hs
@@ -200,7 +200,7 @@ json = testGroup "json tests"
200
((decodeReply exampleReplyS17Vnish) /= Nothing) @? "exampleReply could not be decoded"
201
, testCase "Can get stats (s17 vnish)" $
202
let Just x = decodeReply exampleReplyS17Vnish
203
- in (getStats x) @?= (Right $ Stats (Just $ Watt 2385)
+ in (getStats x) @?= (Right $ Stats (Just $ Watt 2800)
204
[ ("temp1"::T.Text, 55::Rational)
205
, ("temp2"::T.Text, 57)
206
, ("temp3", 56)
0 commit comments