File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1132,20 +1132,20 @@ def test_credit_offer_create(self):
11321132 "auto_disable_time" : 1000 ,
11331133 "acceptable_collateral" :
11341134 [[
1135- "1.3.0 " ,
1135+ "1.3.5589 " ,
11361136 {
11371137 "base" : {
1138- "amount" : 1 , "asset_id" : "1.3.2512 "
1138+ "amount" : 1 , "asset_id" : "1.3.0 "
11391139 },
11401140 "quote" : {
1141- "amount" : 250000 , "asset_id" : "1.3.0 "
1141+ "amount" : 250000 , "asset_id" : "1.3.5589 "
11421142 }
11431143 }
11441144 ]],
11451145 "acceptable_borrowers" :
1146- [[
1147- "1.2.1" , 1000
1148- ]] ,
1146+ [
1147+ [ "1.2.100" , 1000 ]
1148+ ],
11491149 "extensions" : [],
11501150 }
11511151 )
@@ -1180,20 +1180,20 @@ def test_credit_offer_update(self):
11801180 "auto_disable_time" : False ,
11811181 "acceptable_collateral" :
11821182 [[
1183- "1.3.0 " ,
1183+ "1.3.5589 " ,
11841184 {
11851185 "base" : {
1186- "amount" : 1 , "asset_id" : "1.3.2512 "
1186+ "amount" : 1 , "asset_id" : "1.3.0 "
11871187 },
11881188 "quote" : {
1189- "amount" : 250000 , "asset_id" : "1.3.0 "
1189+ "amount" : 250000 , "asset_id" : "1.3.5589 "
11901190 }
11911191 }
11921192 ]],
11931193 "acceptable_borrowers" :
1194- [[
1195- "1.2.1" , 1000
1196- ]] ,
1194+ [
1195+ [ "1.2.100" , 1000 ]
1196+ ],
11971197 "extensions" : [],
11981198 }
11991199 )
You can’t perform that action at this time.
0 commit comments