Skip to content

Commit

Permalink
fix(Sticky): fix varname
Browse files Browse the repository at this point in the history
  • Loading branch information
layershifter authored May 31, 2018
1 parent 95e0d82 commit bbd209b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/specs/modules/Sticky/Sticky-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ describe('Sticky', () => {
sandbox.stub(window, 'cancelAnimationFrame').callsFake(id => clearTimeout(id))

const wrapper = mount(<Sticky />)
const instance = renderedComponent.instance()
const instance = wrapper.instance()
const update = sandbox.spy(instance, 'update')

domEvent.resize(window)
Expand Down

0 comments on commit bbd209b

Please sign in to comment.