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

Commit 3be8dbd

Browse files
committed
test(angular_spec): uniit a test
1 parent 5f1d125 commit 3be8dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/angular_spec.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ main() {
4343
});
4444

4545
describe('angular symbols', () {
46-
iit('should not export symbols that we do not know about', () {
46+
it('should not export symbols that we do not know about', () {
4747
// Test is failing? Add new symbols to the "ALLOWED_NAMES" list below.
4848
// But make sure that you intend to export the symbol!
4949
// Questions? Talk to @jbdeboer

0 commit comments

Comments
 (0)