Rename all_tests.dart to all_test.dart

This commit is contained in:
Tobe O 2017-04-05 18:41:40 -04:00 committed by GitHub
parent 9f5a2afecd
commit 573fa9a969

View file

@ -29,4 +29,4 @@ main() async {
var withPartial = await angel.viewGenerator('with-partial'); var withPartial = await angel.viewGenerator('with-partial');
expect(withPartial, equals("Hello, world!")); expect(withPartial, equals("Hello, world!"));
}); });
} }