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

Commit

Permalink
chore(tests): Remove a ddescribe
Browse files Browse the repository at this point in the history
  • Loading branch information
jbdeboer committed Apr 29, 2014
1 parent f88e9f7 commit 1292aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/formatter/filter_spec.dart
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class DynamicObject {
main() {
D([Map init]) => new DynamicObject(init);

ddescribe('filter formatter', () {
describe('filter formatter', () {
var filter;

beforeEach((Injector injector, FormatterMap filterMap) {
Expand Down

0 comments on commit 1292aac

Please sign in to comment.