diff --git a/packages/status-communities/src/community.spec.ts b/packages/status-communities/src/community.spec.ts index bd3490d5..21c3c5bb 100644 --- a/packages/status-communities/src/community.spec.ts +++ b/packages/status-communities/src/community.spec.ts @@ -4,7 +4,7 @@ import { Waku } from "js-waku"; import { Community } from "./community"; import { CommunityDescription } from "./wire/community_description"; -describe("Community live data", () => { +describe("Community [live data]", () => { before(function () { if (process.env.CI) { // Skip live data test in CI