Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 6849d9a

Browse files
committed
Fix for broken test
1 parent 67ebfe6 commit 6849d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/select.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ describe('ui-select tests', function() {
255255
expect(isDropdownOpened(el2)).toEqual(true);
256256

257257
var el3 = createUiSelect();
258-
expect(el3.scope().$select.disabled).toEqual(false || undefined);
258+
expect(el3.scope().$select.disabled).toBeFalsy();
259259
clickMatch(el3);
260260
expect(isDropdownOpened(el3)).toEqual(true);
261261
});

0 commit comments

Comments
 (0)