cleanup more tests and spaces (#3288)

* cleanup more tests and spaces

* oops
This commit is contained in:
Andronik Ordian
2021-06-17 19:28:10 +02:00
committed by GitHub
parent 6f8c8ec387
commit 325cc888b1
10 changed files with 3496 additions and 3452 deletions
+5 -5
View File
@@ -1252,11 +1252,11 @@ fn spread_event_to_subsystems_is_up_to_date() {
AllMessages::GossipSupport(_) => unreachable!("Not interested in network events"),
AllMessages::DisputeCoordinator(_) => unreachable!("Not interested in network events"),
AllMessages::DisputeParticipation(_) => unreachable!("Not interetsed in network events"),
// Add variants here as needed, `{ cnt += 1; }` for those that need to be
// notified, `unreachable!()` for those that should not.
}
}
assert_eq!(cnt, EXPECTED_COUNT);
// Add variants here as needed, `{ cnt += 1; }` for those that need to be
// notified, `unreachable!()` for those that should not.
}
}
assert_eq!(cnt, EXPECTED_COUNT);
}
#[test]