From 573fa9a969d94c1e2bcb3c888b684a709150728d Mon Sep 17 00:00:00 2001 From: Tobe O Date: Wed, 5 Apr 2017 18:41:40 -0400 Subject: [PATCH] Rename all_tests.dart to all_test.dart --- test/{all_tests.dart => all_test.dart} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{all_tests.dart => all_test.dart} (99%) diff --git a/test/all_tests.dart b/test/all_test.dart similarity index 99% rename from test/all_tests.dart rename to test/all_test.dart index f5f77a35..532c70cd 100644 --- a/test/all_tests.dart +++ b/test/all_test.dart @@ -29,4 +29,4 @@ main() async { var withPartial = await angel.viewGenerator('with-partial'); expect(withPartial, equals("Hello, world!")); }); -} \ No newline at end of file +}