mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Fix action logging in random spec
This commit is contained in:
@@ -1722,8 +1722,8 @@ describe "TextEditorPresenter", ->
|
||||
referencePresenter = new TextEditorPresenter(presenterParams)
|
||||
expect(presenter.state).toEqual referencePresenter.state
|
||||
|
||||
actions = []
|
||||
_.times 30, ->
|
||||
actions = []
|
||||
performRandomAction (action) -> actions.push(action)
|
||||
actualState = presenter.state
|
||||
expectedState = new TextEditorPresenter(presenterParams).state
|
||||
|
||||
Reference in New Issue
Block a user