Commit c645f4ed authored by Phil Hughes's avatar Phil Hughes

fixed spec

parent e4099562
...@@ -56,13 +56,9 @@ describe('RepoFile', () => { ...@@ -56,13 +56,9 @@ describe('RepoFile', () => {
type: 'tree', type: 'tree',
branchId: 'master', branchId: 'master',
projectId: 'project', projectId: 'project',
changesCount: '1',
}; };
store.state.changedFiles.push({
...file('index'),
path: 'testing/index',
});
createComponent({ createComponent({
file: f, file: f,
level: 0, level: 0,
......
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