File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,7 +188,7 @@ describe("tableBorder", () => {
188188 borderProperties : new model . Border ( {
189189 borderType : model . Border . BorderTypeEnum . Left ,
190190 color : new model . XmlColor ( {
191- alpha : 2
191+ web : "#AABBCC"
192192 } ) ,
193193 distanceFromText : 6.0 ,
194194 lineStyle : model . Border . LineStyleEnum . DashDotStroker ,
@@ -207,7 +207,7 @@ describe("tableBorder", () => {
207207 expect ( resultApi . response . statusCode ) . to . equal ( 200 ) ;
208208 expect ( resultApi . body . border ) . to . exist ;
209209 expect ( resultApi . body . border . color ) . to . exist ;
210- expect ( resultApi . body . border . color . web ) . to . equal ( "#000002 " ) ;
210+ expect ( resultApi . body . border . color . web ) . to . equal ( "#AABBCC " ) ;
211211 expect ( resultApi . body . border . distanceFromText ) . to . equal ( 6.0 ) ;
212212 expect ( resultApi . body . border . lineWidth ) . to . equal ( 2.0 ) ;
213213 expect ( resultApi . body . border . shadow ) . to . true ;
You can’t perform that action at this time.
0 commit comments