Skip to content

Commit 1268b17

Browse files
test(ngOptions): remove unnnecessary var
1 parent ae98dad commit 1268b17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/directive/ngOptionsSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@ describe('ngOptions', function() {
539539

540540
scope.$apply('values[0].name = "X"');
541541

542-
var options = element.find('option');
542+
options = element.find('option');
543543
expect(options.eq(0).prop('label')).toEqual('X');
544544

545545
});

0 commit comments

Comments
 (0)