Update test boilerplate

This commit is contained in:
Tobe O 2018-07-14 19:16:36 -04:00
parent 7bb3286442
commit 7d6884bd8d

View file

@ -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));
});
}
''';