From 047efcbb79132d68e52acc61d7238c0c0a5c4990 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Fri, 22 Oct 2021 12:31:49 +1100 Subject: [PATCH] Nitpick --- packages/status-communities/src/community.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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