Skip to content

Commit 0722cd8

Browse files
committed
Fixing
1 parent 53a4287 commit 0722cd8

File tree

1 file changed

+1
-1
lines changed
  • packages/framer-motion/cypress/integration

1 file changed

+1
-1
lines changed

packages/framer-motion/cypress/integration/scroll.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ describe("scroll() animation", () => {
226226
expect(animateMainThreadDefaultBounds.left).not.to.equal(
227227
animateMainThreadEaseOutBounds.left
228228
)
229-
expect(animateMainThreadEaseOutBounds.left).not.to.equal(
229+
expect(animateMainThreadDefaultBounds.left).not.to.equal(
230230
animateMainThreadSpringBounds.left
231231
)
232232
// Skipping as env doesn't support linear() easing

0 commit comments

Comments
 (0)