Skip to content

Commit b93b801

Browse files
Fix test
1 parent 793889e commit b93b801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocols/gossipsub/src/subscription_filter_priv.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ mod test {
411411
let t2 = TopicHash::from_raw("et3t3te");
412412
let t3 = TopicHash::from_raw("abcdefghijklmnopqrsuvwxyz");
413413

414-
let mut filter = RegexSubscriptionFilter(Regex::new("t.*t").unwrap());
414+
let mut filter = RegexSubscriptionFilter(regex::Regex::new("t.*t").unwrap());
415415

416416
let old = Default::default();
417417
let subscriptions = vec![

0 commit comments

Comments
 (0)