mirror of https://github.com/AMT-Cheif/drift.git
Fix typo in test description
This commit is contained in:
parent
c54a62120d
commit
757abf3b34
|
@ -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));
|
||||||
|
|
Loading…
Reference in New Issue