Skip to content

Commit

Permalink
Fixed unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Salinger committed Sep 11, 2015
1 parent 637ac31 commit eaa05f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lib/receiver.test.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ describe "bl-runner", () ->
task = {}

taskReceivedCallback = (receivedTask, callback) ->
callback null, receivedTask()
callback null, receivedTask

startReceiver taskReceivedCallback, () ->

Expand Down

0 comments on commit eaa05f0

Please sign in to comment.