Skip to content

Commit

Permalink
#529 merged develop
Browse files Browse the repository at this point in the history
  • Loading branch information
TomPallister committed Aug 19, 2018
2 parents 6b4241e + 98ba027 commit c5ef383
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ private void ThenTheResponseIsCalledError()
private void ThenTheErrorIsTimeout()
{
_mapper.Verify(x => x.Map(It.IsAny<Exception>()), Times.Once);

_response.Errors[0].ShouldBeOfType<UnableToCompleteRequestError>();
}

Expand Down

0 comments on commit c5ef383

Please sign in to comment.