Skip to content

Commit 0b93588

Browse files
committed
import-error-fixing
1 parent 147ab81 commit 0b93588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderer/components/settings/SystemSettings.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ describe('renderer/components/settings/SystemSettings.tsx', () => {
4040
});
4141

4242
it('should reset global shortcut to default when customized', async () => {
43-
renderWithAppContext(<SystemSettings />, {
43+
renderWithProviders(<SystemSettings />, {
4444
updateSetting: updateSettingMock,
4545
settings: {
4646
...mockSettings,

0 commit comments

Comments
 (0)