Skip to content

Commit 620338c

Browse files
committed
Rename of test
1 parent 34c7802 commit 620338c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/filtering.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ describe("filtering", () => {
2828
} catch (e) {}
2929
})
3030

31-
it("is seen by rabbit and filtered", async () => {
31+
it("can publish with filter value", async () => {
3232
const publisher = await client.declarePublisher(
3333
{ stream: streamName, publisherRef: `my-publisher-${randomUUID()}` },
3434
(msg) => msg.applicationProperties!["test"].toString()

0 commit comments

Comments
 (0)