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

Commit a5b66d7

Browse files
author
Austin McDaniel
committed
Fix for failing test ( not really broke )
1 parent 6e2bc85 commit a5b66d7

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
@@ -253,7 +253,7 @@ describe('ui-select tests', function() {
253253
expect(isDropdownOpened(el2)).toEqual(true);
254254

255255
var el3 = createUiSelect();
256-
expect(el3.scope().$select.disabled).toEqual(false);
256+
expect(el3.scope().$select.disabled).toEqual(false || undefined);
257257
clickMatch(el3);
258258
expect(isDropdownOpened(el3)).toEqual(true);
259259
});

0 commit comments

Comments
 (0)