Commit a8605613 authored by Phil Hughes's avatar Phil Hughes

fixed unhandled promise rejection

parent 4660b640
...@@ -17,8 +17,10 @@ describe('new dropdown upload', () => { ...@@ -17,8 +17,10 @@ describe('new dropdown upload', () => {
})); }));
spyOn(service, 'getBranchData').and.returnValue(Promise.resolve({ spyOn(service, 'getBranchData').and.returnValue(Promise.resolve({
commit: { data: {
id: '123branch', commit: {
id: '123branch',
},
}, },
})); }));
......
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