We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ade685e commit a8fffd7Copy full SHA for a8fffd7
spec/jira.spec.coffee
@@ -428,7 +428,7 @@ describe "Node Jira Tests", ->
428
expect(@jira.request).toHaveBeenCalledWith options, jasmine.any(Function)
429
430
@jira.request.mostRecentCall.args[1] null, statusCode:401
431
- expect(@cb).toHaveBeenCalledWith '401: Error while retreiving issue types'
+ expect(@cb).toHaveBeenCalledWith '401: Error while retrieving issue types'
432
433
# Successful Request
434
@jira.request.mostRecentCall.args[1] null, statusCode:200, "body"
0 commit comments