Skip to content

Commit fc31f7d

Browse files
committed
test: call correct function
Signed-off-by: Adam Setch <[email protected]>
1 parent cd08939 commit fc31f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/utils/features.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ describe('renderer/utils/features.ts', () => {
7272
version: null,
7373
};
7474

75-
expect(isMarkAsDoneFeatureSupported(account)).toBe(false);
75+
expect(isAnsweredDiscussionFeatureSupported(account)).toBe(false);
7676
});
7777
});
7878
});

0 commit comments

Comments
 (0)