Fix typo in test description

This commit is contained in:
Simon Binder 2019-12-30 20:58:41 +01:00
parent c54a62120d
commit 757abf3b34
No known key found for this signature in database
GPG Key ID: 7891917E4147B8C0
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ void main() {
const ResolvedType(type: BasicType.text)); const ResolvedType(type: BasicType.text));
}); });
group('case expressions', () { group('cast expressions', () {
test('resolve to type argument', () { test('resolve to type argument', () {
expect(_resolveResultColumn('SELECT CAST(3+4 AS TEXT)'), expect(_resolveResultColumn('SELECT CAST(3+4 AS TEXT)'),
const ResolvedType(type: BasicType.text)); const ResolvedType(type: BasicType.text));