Skip to content

Commit

Permalink
fixup! fixup! fix(contentful-import): bump batch libs version
Browse files Browse the repository at this point in the history
  • Loading branch information
Khaledgarbaya committed Nov 16, 2016
1 parent d809533 commit b293c4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/run-contentful-import-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const pushToSpaceStub = sinon.stub().returns(Promise.resolve({}))
runContentfulImport.__Rewire__('pushToSpace', pushToSpaceStub)
test('Runs Contentful Import', (t) => {
runContentfulImport({
opts: {},
opts: {content: {}},
errorLogFile: 'errorlogfile'
})
.then(() => {
Expand Down

0 comments on commit b293c4c

Please sign in to comment.