Skip to content

Commit 85c9021

Browse files
committed
fix
1 parent 8ae4bc4 commit 85c9021

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/cubejs-testing-drivers/test/__snapshots__/databricks-jdbc-full.test.ts.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Array [
4848
"BigECommerce.orderDate": "2020-09-01T00:00:00.000",
4949
"BigECommerce.orderDate.month": "2020-09-01T00:00:00.000",
5050
"BigECommerce.orderDate.quarter": "2020-07-01T00:00:00.000",
51-
"BigECommerce.totalProfit": "461.1332",
51+
"BigECommerce.totalProfit": 461.1332,
5252
"BigECommerce.totalProfitForQuarter": 461.1332,
5353
},
5454
Object {
@@ -62,8 +62,8 @@ Array [
6262
"BigECommerce.orderDate": "2020-11-01T00:00:00.000",
6363
"BigECommerce.orderDate.month": "2020-11-01T00:00:00.000",
6464
"BigECommerce.orderDate.quarter": "2020-10-01T00:00:00.000",
65-
"BigECommerce.totalProfit": 1132.66170,
66-
"BigECommerce.totalProfitForQuarter": 1576.63240,
65+
"BigECommerce.totalProfit": 1132.6617,
66+
"BigECommerce.totalProfitForQuarter": 1576.6324,
6767
},
6868
Object {
6969
"BigECommerce.orderDate": "2020-12-01T00:00:00.000",

0 commit comments

Comments
 (0)