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

Commit 4e0501b

Browse files
committed
fixup! fix newline
1 parent 68b91a9 commit 4e0501b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ng/directive/selectSpec.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2341,8 +2341,8 @@ describe('select', function() {
23412341

23422342
var previouslySelectedOptionElement = optionElements[1];
23432343
optionElements = element.find('option');
2344-
expect(optionElements.length).toEqual(3);
23452344

2345+
expect(optionElements.length).toEqual(3);
23462346
expect(optionElements[0].value).toBe('B');
23472347
expect(optionElements[0]).toBeMarkedAsSelected();
23482348
expect(scope.obj.value).toBe('B');

0 commit comments

Comments
 (0)