Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-maron committed Feb 24, 2024
1 parent 52adaf5 commit 0e3dfbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broker/src/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ async fn test_broadcast_user() {
/// Test sending a broadcast message from a broker.
/// This test makes sure that:
/// 1. Any broker that sends a topic will see it routed to only users
/// 2. The user sending it, if subscribed, will NOT receive it
/// 2. The broker sending it, if subscribed, will NOT receive it
#[tokio::test]
async fn test_broadcast_broker() {
// This run definition: 3 brokers, 6 users
Expand Down

0 comments on commit 0e3dfbe

Please sign in to comment.