Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ameba23 committed Dec 3, 2024
1 parent 0242a97 commit 7168169
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async fn test_proactive_refresh() {

// check get key before proactive refresh
let key_before_network =
unsafe_get(&client, hex::encode(EVPREGENERATED_NETWORK_VERIFYING_KEY), 3001).await;
unsafe_get(&client, hex::encode(PREGENERATED_NETWORK_VERIFYING_KEY), 3001).await;
let key_before_dave = unsafe_get(&client, hex::encode(DAVE_VERIFYING_KEY), 3001).await;

let validators_info = vec![
Expand Down

0 comments on commit 7168169

Please sign in to comment.