Skip to content

Commit e363458

Browse files
remove JSON response object
1 parent ff20b2d commit e363458

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

packages/cubejs-schema-compiler/test/integration/postgres/yaml-compiler.test.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -532,12 +532,7 @@ cubes:
532532

533533
const res = await dbRunner.testQuery(query.buildSqlAndParams());
534534
console.log(JSON.stringify(res));
535-
[
536-
{
537-
'active_users.user_id': 1,
538-
'base_user_joins.second_prop': 2
539-
}
540-
];
535+
541536
expect(res).toEqual(
542537
[{
543538
active_users__user_id: 1,

0 commit comments

Comments
 (0)