fix format

This commit is contained in:
Peter Evans 2024-09-12 11:08:14 +00:00
parent 56e28b81b4
commit e7a3348efc

View file

@ -41,6 +41,6 @@ describe('git-command-manager integration tests', () => {
expect(headCommit.changes).toEqual([
{mode: '100644', status: 'A', path: 'README.md'},
{mode: '100644', status: 'D', path: 'README_TEMP.md'}
])
])
})
})