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

Commit 2d62e0b

Browse files
author
Brian Chance
committed
fix(select-spinner): fix spec test
1 parent c8f69db commit 2d62e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/select.spec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3189,7 +3189,7 @@ describe('ui-select tests', function() {
31893189

31903190
it('should have a default value of glyphicon-refresh ui-select-spin', function () {
31913191
var control = createUiSelect();
3192-
expect(control.scope().$select.spinnerClass).toEqual('glyphicon-refresh ui-select-spin');
3192+
expect(control.scope().$select.spinnerClass).toEqual('glyphicon glyphicon-refresh ui-select-spin');
31933193
});
31943194

31953195
it('should have set a custom class value of randomclass', function () {

0 commit comments

Comments
 (0)