Commit c5b3632f authored by Mike Greiling's avatar Mike Greiling

fix failing specs in repo_commit_section_spec.js

parent cdd741ee
......@@ -111,7 +111,7 @@ describe('RepoCommitSection', () => {
expect(submitCommit.disabled).toBeFalsy();
spyOn(vm, 'makeCommit').and.callThrough();
spyOn(Api, 'commitMultiple');
spyOn(Api, 'commitMultiple').and.callFake(() => Promise.resolve());
submitCommit.click();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment