Skip to content

Commit

Permalink
Adjusting a test param I switched accidentally while updating types.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Aug 10, 2023
1 parent 3f3e0bb commit 0b33a44
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ describe('ConditionalPortal', () => {
it('returns a style with a transitionDuration when the snapshot is drop animating', () => {
const snapshot: DraggableStateSnapshot = {
isDragging: true,
isDropAnimating: false, // <-- NOT drop animating
isDropAnimating: true, // <-- it is drop animating
isClone: false,
dropAnimation: null,
draggingOver: null,
Expand Down

0 comments on commit 0b33a44

Please sign in to comment.