Fix tests in 7 and 8

This commit is contained in:
Richard Feldman
2016-04-03 08:16:38 -07:00
parent 1eacda4fa4
commit dfbff3f448
4 changed files with 26 additions and 2 deletions

View File

@@ -45,5 +45,5 @@ all =
in
assertEqual
True
(isError (decodeString responseDecoder response))
(isErrorResult (decodeString responseDecoder response))
]