Skip to content

Commit 2821407

Browse files
committed
Fix test for S17 Vnish devices
1 parent bd41339 commit 2821407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Spec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ json = testGroup "json tests"
200200
((decodeReply exampleReplyS17Vnish) /= Nothing) @? "exampleReply could not be decoded"
201201
, testCase "Can get stats (s17 vnish)" $
202202
let Just x = decodeReply exampleReplyS17Vnish
203-
in (getStats x) @?= (Right $ Stats (Just $ Watt 2385)
203+
in (getStats x) @?= (Right $ Stats (Just $ Watt 2800)
204204
[ ("temp1"::T.Text, 55::Rational)
205205
, ("temp2"::T.Text, 57)
206206
, ("temp3", 56)

0 commit comments

Comments
 (0)