Skip to content

Commit a8fffd7

Browse files
author
Chris Moultrie
committed
Fixed test misspelling
1 parent ade685e commit a8fffd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/jira.spec.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ describe "Node Jira Tests", ->
428428
expect(@jira.request).toHaveBeenCalledWith options, jasmine.any(Function)
429429

430430
@jira.request.mostRecentCall.args[1] null, statusCode:401
431-
expect(@cb).toHaveBeenCalledWith '401: Error while retreiving issue types'
431+
expect(@cb).toHaveBeenCalledWith '401: Error while retrieving issue types'
432432

433433
# Successful Request
434434
@jira.request.mostRecentCall.args[1] null, statusCode:200, "body"

0 commit comments

Comments
 (0)