Skip to content

Commit

Permalink
Revert cfg change
Browse files Browse the repository at this point in the history
The redis_sentinel feature activates the redis feature, so this was a
no-op.
  • Loading branch information
svix-jplatte committed Oct 7, 2024
1 parent e6d4c9f commit e953ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omniqueue/tests/it/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ mod azure_queue_storage;
mod gcp_pubsub;
#[cfg(feature = "rabbitmq")]
mod rabbitmq;
#[cfg(any(feature = "redis", feature = "redis_sentinel"))]
#[cfg(feature = "redis")]
mod redis;
#[cfg(feature = "redis_cluster")]
mod redis_cluster;
Expand Down

0 comments on commit e953ce0

Please sign in to comment.