Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit b59f744

Browse files
committed
chore(test): remove accidental ddescribe
1 parent 16906a4 commit b59f744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/directive/ng_form_spec.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ library form_spec;
33
import '../_specs.dart';
44

55
main() =>
6-
ddescribe('form', () {
6+
describe('form', () {
77
TestBed _;
88

99
it('should set the name of the form and attach it to the scope', inject((Scope scope, TestBed _) {

0 commit comments

Comments
 (0)