fix format
This commit is contained in:
parent
56e28b81b4
commit
e7a3348efc
1 changed files with 1 additions and 1 deletions
|
@ -41,6 +41,6 @@ describe('git-command-manager integration tests', () => {
|
||||||
expect(headCommit.changes).toEqual([
|
expect(headCommit.changes).toEqual([
|
||||||
{mode: '100644', status: 'A', path: 'README.md'},
|
{mode: '100644', status: 'A', path: 'README.md'},
|
||||||
{mode: '100644', status: 'D', path: 'README_TEMP.md'}
|
{mode: '100644', status: 'D', path: 'README_TEMP.md'}
|
||||||
])
|
])
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue