Skip to content

Commit

Permalink
Merge pull request #20 from ben-biddington/f/test-failures
Browse files Browse the repository at this point in the history
Fixes (2) failing tests
  • Loading branch information
michaelklishin committed Feb 12, 2015
2 parents a3d7a34 + 0a17b60 commit 75fc91c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/clojurewerkz/quartzite/conversion.clj
Expand Up @@ -46,7 +46,7 @@

JobDataMap
(from-job-data [^JobDataMap input]
(into {} input))
(into {} (convert-keys-to-strings input)))

JobExecutionContext
(from-job-data [^JobExecutionContext input]
Expand Down

0 comments on commit 75fc91c

Please sign in to comment.