You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crates/cli/src/commands/create_dkg.rs
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -576,7 +576,7 @@ mod tests {
576
576
}
577
577
578
578
#[tokio::test]
579
-
asyncfntest_create_dkg_valid(){
579
+
asyncfncreate_dkg_valid(){
580
580
let dir = temp_dir();
581
581
let args = CreateDkgArgs{
582
582
output_dir: dir.path().to_path_buf(),
@@ -707,7 +707,7 @@ mod tests {
707
707
}
708
708
709
709
#[tokio::test]
710
-
asyncfntest_dkg_cli_no_threshold(){
710
+
asyncfndkg_cli_no_threshold(){
711
711
let dir = temp_dir();
712
712
let enr = "enr:-JG4QG472ZVvl8ySSnUK9uNVDrP_hjkUrUqIxUC75aayzmDVQedXkjbqc7QKyOOS71VmlqnYzri_taV8ZesFYaoQSIOGAYHtv1WsgmlkgnY0gmlwhH8AAAGJc2VjcDI1NmsxoQKwwq_CAld6oVKOrixE-JzMtvvNgb9yyI-_rwq4NFtajIN0Y3CCDhqDdWRwgg4u";
713
713
let enrs:Vec<String> = (0..MIN_NODES).map(|_| enr.to_string()).collect();
0 commit comments