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 +}