Re-enable that test.

This commit is contained in:
joshaber
2015-11-09 13:41:53 -05:00
parent b97a7fb2c3
commit c11f8f77ba

View File

@@ -377,7 +377,7 @@ describe('GitRepositoryAsync-js', () => {
})
})
xasyncIt('stops listening to the buffer when the repository is destroyed (regression)', async () => {
asyncIt('stops listening to the buffer when the repository is destroyed (regression)', async () => {
let editor = await atom.workspace.open('other.txt')
atom.project.getRepositories()[0].destroy()
expect(() => editor.save()).not.toThrow()