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

Commit d656369

Browse files
committed
test($compile): clean up stray statement after cherry-pick
1 parent e75fbc4 commit d656369

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/ng/compileSpec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5149,7 +5149,6 @@ describe('$compile', function() {
51495149
expect(componentScope.attrAlias).toEqual(componentScope.attr);
51505150
}));
51515151

5152-
expect(componentScope.$attrAlias).toEqual(' some other text ');
51535152
it('should set up the interpolation before it reaches the link function', inject(function() {
51545153
$rootScope.name = 'misko';
51555154
compile('<div><span my-component attr="hello {{name}}" $attr$="hi {{name}}">');

0 commit comments

Comments
 (0)