Typo fixes

This commit is contained in:
Luke Parker
2024-06-19 12:55:36 -04:00
parent 4efaec0f7b
commit 3f7665f7d8
2 changed files with 25 additions and 19 deletions

View File

@@ -153,7 +153,7 @@ async fn set_rotation_test() {
// wait until next session to see the effect on coordinator
wait_till_session_1(&serai, network).await;
// verfiy that coordinator received new_set
// Ensure the new validator was included in the new set
assert_eq!(
most_recent_new_set_event(&serai, network).await,
ValidatorSetsEvent::NewSet { set: ValidatorSet { session: Session(1), network } },