Make sure we're testing the right thing.

This commit is contained in:
joshaber
2015-12-01 17:39:58 -05:00
parent 5fa8d6d5db
commit ca2fc8dbb0

View File

@@ -336,7 +336,7 @@ describe('GitRepositoryAsync-js', () => {
buffer.reload()
waitsFor(() => reloadHandler.callCount > 0)
runs(() => expect(statusHandler.callCount).toBe(1))
runs(() => expect(reloadHandler.callCount).toBe(1))
})
})