Skip to content

Commit dd12784

Browse files
committed
chore: fix test
1 parent b702a11 commit dd12784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cubejs-testing/test/smoke-cubesql.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ describe('SQL API', () => {
119119
expect(JSON.parse(chunk.toString()).schema).toEqual([
120120
{
121121
name: 'orderDate',
122-
column_type: 'String',
122+
column_type: 'Timestamp',
123123
},
124124
]);
125125
} else {

0 commit comments

Comments
 (0)