Skip to content

Commit 2ec4d8f

Browse files
committed
test(fix): forgot to commit test
1 parent e0b4f42 commit 2ec4d8f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/node/community/challenges/challenges.settings.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ describe.concurrent(`community.settings.challenges`, async () => {
103103
expect(community._usingDefaultChallenge).to.be.true;
104104
const differentDefaultChallenges: CommunityChallengeSetting[] = [];
105105
// Access private property via bracket notation to bypass TypeScript's access checks
106-
// @ts-expect-error - Accessing private property for testing purposes
107106
community._defaultCommunityChallenges = differentDefaultChallenges;
108107
await community.start(); // Should check value of default challenge, and upgrade to this one above
109108
await new Promise((resolve) => community.once("update", resolve));

0 commit comments

Comments
 (0)