diff --git a/lib/src/commands/make/test.dart b/lib/src/commands/make/test.dart index 68af780f..d95db4ff 100644 --- a/lib/src/commands/make/test.dart +++ b/lib/src/commands/make/test.dart @@ -102,7 +102,7 @@ main() async { test('${rc.snakeCase}', () async { final response = await client.get('/${rc.snakeCase}'); - expect(response, hasStatus(HttpStatus.OK)); + expect(response, hasStatus(HttpStatus.ok)); }); } ''';