Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Drogalis committed Aug 3, 2016
1 parent f2ecda9 commit 0ad1557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/workshop/jobs/challenge_6_0_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
job-id (:job-id (onyx.api/submit-job peer-config job))]
(assert job-id "Job was not successfully submitted")
(feedback-exception! peer-config job-id)
;; Wait for promise p to be deliver, which indicates
;; Wait for promise p to be delivered, which indicates
;; that the computation is finished. Then we check
;; the results.
@p
Expand Down

0 comments on commit 0ad1557

Please sign in to comment.