Skip to content

Commit 729b5ea

Browse files
committed
refactor: apply simplify pass
Generated-By: PostHog Code Task-Id: 2e7e511c-6b31-4480-8ac1-37863ddd7c3b
1 parent d9f0155 commit 729b5ea

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

packages/ui/src/features/settings/settingsStore.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -257,8 +257,6 @@ describe("feature settingsStore custom sounds", () => {
257257
JSON.stringify({ state: persistedState, version: 0 }),
258258
);
259259

260-
useSettingsStore.setState({ completionSound: "none", customSounds: [] });
261-
262260
await useSettingsStore.persist.rehydrate();
263261

264262
expect(useSettingsStore.getState().completionSound).toBe(

0 commit comments

Comments
 (0)