test: fix usePrivacySettings tests

This commit is contained in:
mkorwel
2026-04-18 22:35:59 +00:00
parent 3b59da2334
commit e3911e0c95
@@ -39,7 +39,7 @@ describe('usePrivacySettings', () => {
hookResult = usePrivacySettings(mockConfig);
return null;
}
await render(<TestComponent />);
await render(<TestComponent />, undefined, undefined, true);
return {
result: {
get current() {