Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit dab6e50

Browse files
paradoxenginekara
authored andcommitted
test(bottom-sheet): fix test description for bottom-sheet spec (#9133)
1 parent f861609 commit dab6e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/bottomSheet/bottom-sheet.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ describe('$mdBottomSheet service', function () {
1515
expect(sheet.hasClass('_md')).toBe(true);
1616
}));
1717

18-
it('should not close when `clickOutsideToClose == true`',
18+
it('should close when `clickOutsideToClose == true`',
1919
inject(function ($mdBottomSheet, $rootElement, $material) {
2020
var parent = angular.element('<div>');
2121
$mdBottomSheet.show({

0 commit comments

Comments
 (0)