Skip to content

Commit 08f9a17

Browse files
authored
Update drag.spec.ts
1 parent 9bc0e72 commit 08f9a17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/drag-drop/drag.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ describe('CdkDrag', () => {
411411
expect(dragRoot.style.transform).toBe('translate3d(50px, 100px, 0px)');
412412
expect(dragElement.style.transform).toBeFalsy();
413413
}));
414-
414+
415415
it('should stop propagation for the drag sequence start event', fakeAsync(() => {
416416
const fixture = createComponent(StandaloneDraggable);
417417
fixture.detectChanges();

0 commit comments

Comments
 (0)