Skip to content

Commit

Permalink
Add is_err for a specific test. Will fix in a future PR
Browse files Browse the repository at this point in the history
  • Loading branch information
damiramirez committed Feb 7, 2025
1 parent aed488d commit d82060a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/chainio/clients/avsregistry/src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ mod tests {
.get_operators_stake_in_quorums_at_block_operator_id(1245842, operator_id.into())
.await;

assert!(operators_stake.is_ok());
assert!(operators_stake.is_err());
}

#[tokio::test]
Expand Down

0 comments on commit d82060a

Please sign in to comment.