Commit 3bf550bf authored by Phil Hughes's avatar Phil Hughes

fixed unhandled promise rejection

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