File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ async fn test_create_immutable_files_full_single_signature() {
82
82
. check_era_checker_last_updated_at ( Epoch ( 4 ) ) . await . unwrap ( )
83
83
84
84
. comment ( "signer can now create a single signature → ReadyToSign" )
85
- . cycle_ready_to_sign_no_registration ( ) . await . unwrap ( )
85
+ . cycle_ready_to_sign_without_signature_registration ( ) . await . unwrap ( )
86
86
. check_protocol_initializer ( Epoch ( 4 ) ) . await . unwrap ( )
87
87
88
88
. comment ( "signer signs a single signature = ReadyToSign" )
89
89
. cycle_ready_to_sign_with_signature_registration ( ) . await . unwrap ( )
90
90
91
91
. comment ( "more cycles do not change the state = ReadyToSign" )
92
- . cycle_ready_to_sign_no_registration ( ) . await . unwrap ( )
92
+ . cycle_ready_to_sign_without_signature_registration ( ) . await . unwrap ( )
93
93
94
94
. comment ( "new immutable means a new signature with the same stake distribution → ReadyToSign" )
95
95
. increase_immutable ( 1 , 9 ) . await . unwrap ( )
@@ -102,7 +102,7 @@ async fn test_create_immutable_files_full_single_signature() {
102
102
. comment ( "signer should be able to create a single signature → ReadyToSign" )
103
103
104
104
. check_total_signature_registrations_metrics ( 2 ) . unwrap ( )
105
- . cycle_ready_to_sign_no_registration ( ) . await . unwrap ( )
105
+ . cycle_ready_to_sign_without_signature_registration ( ) . await . unwrap ( )
106
106
. cycle_ready_to_sign_with_signature_registration ( ) . await . unwrap ( )
107
107
. check_protocol_initializer ( Epoch ( 5 ) ) . await . unwrap ( )
108
108
You can’t perform that action at this time.
0 commit comments