Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Mar 6, 2024
1 parent 6ff2912 commit 90aa275
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,10 @@ class SubscriptionManagerSuite extends FunSuite {
}

test("subscriptions for cluster, shard2 no match") {
assertEquals(subsForCluster("name,exp1,:eq,nf.shard2,bar2,:eq,:and,:sum", "www-dev-x1foo-x2bar"), Nil)
assertEquals(
subsForCluster("name,exp1,:eq,nf.shard2,bar2,:eq,:and,:sum", "www-dev-x1foo-x2bar"),
Nil
)
}

test("subscribe to unknown stream") {
Expand Down

0 comments on commit 90aa275

Please sign in to comment.