Add small comment to make diff more obvious

This commit is contained in:
James Wilson
2021-07-13 08:57:29 +01:00
parent cfe7ff39bb
commit 61d6b620b6
+1 -1
View File
@@ -179,7 +179,7 @@ async fn feed_add_and_remove_shard() {
name: "Local Testnet 1".to_owned(),
}
));
assert!(!feed_messages.contains(
assert!(!feed_messages.contains( // Spot the "!"; this chain was not removed.
&FeedMessage::RemovedChain {
name: "Local Testnet 2".to_owned(),
}