mirror of
https://github.com/atom/atom.git
synced 2026-02-02 18:55:17 -05:00
Make sure we're testing the right thing.
This commit is contained in:
@@ -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))
|
||||
})
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user