`Community.instantiateCommunity` already retrieve description

This commit is contained in:
Franck Royer 2021-10-19 14:04:10 +11:00
parent c4512a0840
commit 647eaac722
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ describe("Community live data", () => {
"0x0262c65c881f5a9f79343a26faaa02aad3af7c533d9445fb1939ed11b8bf4d2abd", "0x0262c65c881f5a9f79343a26faaa02aad3af7c533d9445fb1939ed11b8bf4d2abd",
waku waku
); );
await community.refreshCommunityDescription();
const desc = community.description as CommunityDescription; const desc = community.description as CommunityDescription;
expect(desc).to.not.be.undefined; expect(desc).to.not.be.undefined;