Skip to content

Commit

Permalink
fixed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ksrichard committed Nov 8, 2024
1 parent 1aaa08f commit 95bfc23
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,8 @@ mod tests {
sidechain_id: None,
shard_key,
start_epoch: Default::default(),
original_registration: Default::default(),
minimum_value_promise: Default::default(),
});
}
nodes.sort_by(|a, b| a.sidechain_id.cmp(&b.sidechain_id).then(a.shard_key.cmp(&b.shard_key)));
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -659,6 +659,8 @@ mod validator_node_merkle_root {
sidechain_id: None,
shard_key,
start_epoch: Default::default(),
original_registration: Default::default(),
minimum_value_promise: Default::default(),
}])
.unwrap();

Expand Down Expand Up @@ -717,6 +719,8 @@ mod validator_node_merkle_root {
sidechain_id: Some(sidechain_public),
shard_key,
start_epoch: Default::default(),
original_registration: Default::default(),
minimum_value_promise: Default::default(),
}])
.unwrap();

Expand Down

0 comments on commit 95bfc23

Please sign in to comment.