Skip to content

Commit

Permalink
Remove module
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Sep 28, 2022
1 parent 9443c7a commit a663835
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions protocols/gossipsub/src/behaviour/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@

// Collection of tests for the gossipsub network behaviour

mod tests {
use super::super::*;
use super::*;
use crate::error::ValidationError;
use crate::subscription_filter::WhitelistSubscriptionFilter;
use crate::transform::{DataTransform, IdentityTransform};
Expand Down Expand Up @@ -5270,4 +5269,3 @@ fn test_graft_without_subscribe() {
// We unsubscribe from the topic.
let _ = gs.unsubscribe(&Topic::new(topic));
}
}

0 comments on commit a663835

Please sign in to comment.