Skip to content

Commit a135b26

Browse files
committed
fix: propagate function renaming to integration tests
1 parent c7ce4e3 commit a135b26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mithril-signer/tests/create_immutable_files_full_single_signature.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ async fn test_create_immutable_files_full_single_signature() {
8282
.check_era_checker_last_updated_at(Epoch(4)).await.unwrap()
8383

8484
.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()
8686
.check_protocol_initializer(Epoch(4)).await.unwrap()
8787

8888
.comment("signer signs a single signature = ReadyToSign")
8989
.cycle_ready_to_sign_with_signature_registration().await.unwrap()
9090

9191
.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()
9393

9494
.comment("new immutable means a new signature with the same stake distribution → ReadyToSign")
9595
.increase_immutable(1, 9).await.unwrap()
@@ -102,7 +102,7 @@ async fn test_create_immutable_files_full_single_signature() {
102102
.comment("signer should be able to create a single signature → ReadyToSign")
103103

104104
.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()
106106
.cycle_ready_to_sign_with_signature_registration().await.unwrap()
107107
.check_protocol_initializer(Epoch(5)).await.unwrap()
108108

0 commit comments

Comments
 (0)