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 da7c9412..23d1e389 100644 --- a/test/all_tests.dart +++ b/test/all_test.dart @@ -51,4 +51,4 @@ main() { expect(response.body, equals("index!")); }); }); -} \ No newline at end of file +}