mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fix spec failure
@as-cii this was just a typo, but there’s a failure later in the spec that you’re probably in a better position to fix quickly.
This commit is contained in:
@@ -680,7 +680,7 @@ describe "TextEditorPresenter", ->
|
||||
|
||||
expect(presenter.getState().content.tiles[8]).toBeUndefined()
|
||||
|
||||
expectStateUpdate -> presenter.setScrollTop(3)
|
||||
expectStateUpdate presenter, -> presenter.setScrollTop(3)
|
||||
|
||||
expect(presenter.getState().content.tiles[0]).toBeUndefined()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user