File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ibc-clients/ics07-tendermint Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ mod tests {
113
113
max_clock_drift : Duration :: new ( 3 , 0 ) ,
114
114
latest_height : Height :: new ( 1 , 10 ) . expect ( "Never fails" ) ,
115
115
proof_specs : ProofSpecs :: cosmos ( ) ,
116
- upgrade_path : Default :: default ( ) ,
116
+ upgrade_path : Vec :: new ( ) ,
117
117
allow_update : AllowUpdate {
118
118
after_expiry : false ,
119
119
after_misbehaviour : false ,
Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ mod tests {
445
445
max_clock_drift : Duration :: new ( 3 , 0 ) ,
446
446
latest_height : Height :: new ( 0 , 10 ) . expect ( "Never fails" ) ,
447
447
proof_specs : ProofSpecs :: cosmos ( ) ,
448
- upgrade_path : Default :: default ( ) ,
448
+ upgrade_path : Vec :: new ( ) ,
449
449
allow_update : AllowUpdate {
450
450
after_expiry : false ,
451
451
after_misbehaviour : false ,
You can’t perform that action at this time.
0 commit comments