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:
Nathan Sobo
2015-05-22 09:51:48 +02:00
parent c02294c404
commit 1783415714

View File

@@ -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()