Skip to content

Commit 5ee27b7

Browse files
committed
Revert temp fix
1 parent 3c4b8d2 commit 5ee27b7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • crates/common/src/config

crates/common/src/config/mux.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -394,12 +394,12 @@ mod tests {
394394

395395
#[tokio::test]
396396
async fn test_ssv_network_fetch() -> eyre::Result<()> {
397-
let chain = Chain::Hoodi;
397+
let chain = Chain::Holesky;
398398
let node_operator_id = U256::from(200);
399399

400400
let pubkeys = fetch_ssv_pubkeys(chain, node_operator_id).await?;
401401

402-
assert_eq!(pubkeys.len(), 1);
402+
assert_eq!(pubkeys.len(), 3);
403403

404404
Ok(())
405405
}

0 commit comments

Comments
 (0)