Skip to content

Commit

Permalink
remove unnecessary specifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
uhoreg committed Sep 3, 2024
1 parent 47c3db1 commit 2e0c829
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1322,8 +1322,6 @@ mod tests {
.await
.unwrap()
.unwrap()
.other()
.unwrap()
.withdraw_verification()
.await
.unwrap();
Expand Down Expand Up @@ -1387,8 +1385,6 @@ mod tests {
.await
.unwrap()
.unwrap()
.other()
.unwrap()
.is_verified());

// And now the key share should succeed.
Expand Down

0 comments on commit 2e0c829

Please sign in to comment.