Skip to content

Commit

Permalink
test-slidescroll: removeAutoplay --> removeAutoplay_ (#35579)
Browse files Browse the repository at this point in the history
  • Loading branch information
samouri committed Aug 9, 2021
1 parent fe9f94e commit 8d0614c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/amp-carousel/0.1/test/test-slidescroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -915,7 +915,7 @@ describes.realWin(
const ampSlideScroll = await getAmpSlideScroll(false, 3, true, true, 2);
const impl = await ampSlideScroll.getImpl();

const removeAutoplaySpy = env.sandbox.spy(impl, 'removeAutoplay');
const removeAutoplaySpy = env.sandbox.spy(impl, 'removeAutoplay_');
impl.showSlide_(1);
impl.showSlide_(2);
expect(impl.loopsMade_).to.equal(1);
Expand Down

0 comments on commit 8d0614c

Please sign in to comment.