Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
germainvictor committed May 19, 2021
1 parent a396bc1 commit 8520397
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/graphql/job.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function JobConfiguration(graphqlTypes, models) {
subscriptions: ['create', 'update', 'delete'],
additionalMutations: {
acquireJob: acquire_1["default"](graphqlTypes, models),
recover: recover_1["default"](graphqlTypes, models)
recover: recover_1["default"](graphqlTypes, models),
retryJob: retry_1["default"](graphqlTypes, models)
},
list: {
Expand Down
1 change: 1 addition & 0 deletions seeders/20180103032356-job.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ module.exports = {
name: 'Bla b',
status: 'failed',
isHighFrequency: false,
isRecoverable: false,
input: '{}',
output: '{}',
batchId: null,
Expand Down

0 comments on commit 8520397

Please sign in to comment.