Skip to content

Commit aec6aa9

Browse files
committed
fix: pricing aggregate json wrong value
1 parent f8dcc6e commit aec6aa9

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

tests/unit/services/pricing_aggregate.json

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"payg": "0.011",
1414
"holding": "200",
1515
"credit": "0.011"
16-
},
16+
}
1717
},
1818
"tiers": [
1919
{
@@ -66,7 +66,7 @@
6666
"payg": "0.055",
6767
"holding": "1000",
6868
"credit": "0.055"
69-
},
69+
}
7070
},
7171
"tiers": [
7272
{
@@ -119,7 +119,7 @@
119119
"payg": "0.055",
120120
"holding": "1000",
121121
"credit": "0.055"
122-
},
122+
}
123123
},
124124
"tiers": [
125125
{
@@ -160,9 +160,8 @@
160160
"credit": "0.000000977"
161161
},
162162
"compute_unit": {
163-
"payg": "0.56",
164-
"credit": "0.56"
165-
"payg": "0.000000977"
163+
"credit": "0.56",
164+
"payg": "0.56"
166165
}
167166
},
168167
"tiers": [
@@ -237,9 +236,8 @@
237236
"credit": "0.000000977"
238237
},
239238
"compute_unit": {
240-
"payg": "0.28",
241-
"credit": "0.28"
242-
"payg": "0.000000977"
239+
"credit": "0.28",
240+
"payg": "0.28"
243241
}
244242
},
245243
"tiers": [
@@ -285,4 +283,4 @@
285283
"info": {
286284

287285
}
288-
}
286+
}

0 commit comments

Comments
 (0)