We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147ab81 commit 0b93588Copy full SHA for 0b93588
src/renderer/components/settings/SystemSettings.test.tsx
@@ -40,7 +40,7 @@ describe('renderer/components/settings/SystemSettings.tsx', () => {
40
});
41
42
it('should reset global shortcut to default when customized', async () => {
43
- renderWithAppContext(<SystemSettings />, {
+ renderWithProviders(<SystemSettings />, {
44
updateSetting: updateSettingMock,
45
settings: {
46
...mockSettings,
0 commit comments