| Index: third_party/pkg/angular/test/core_dom/directive_spec.dart
|
| diff --git a/third_party/pkg/angular/test/core_dom/directive_spec.dart b/third_party/pkg/angular/test/core_dom/directive_spec.dart
|
| index 26330eb000b92615789e87bb4c1ec6303b47fed0..b80f5f4f62803f134e65f01d36905742ed6aa49e 100644
|
| --- a/third_party/pkg/angular/test/core_dom/directive_spec.dart
|
| +++ b/third_party/pkg/angular/test/core_dom/directive_spec.dart
|
| @@ -8,11 +8,11 @@ main() {
|
| var nodeAttrs;
|
| TestBed _;
|
|
|
| - beforeEach(inject((TestBed tb) {
|
| + beforeEach((TestBed tb) {
|
| _ = tb;
|
| element = _.compile('<div foo="bar" foo-bar="baz" foo-bar-baz="foo"></div>');
|
| nodeAttrs = new NodeAttrs(element);
|
| - }));
|
| + });
|
|
|
| it('should transform names to camel case', () {
|
| expect(nodeAttrs['foo']).toEqual('bar');
|
|
|