From 0ce760c722ce1e1f6aafbf326086fb93def85207 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Iv=C3=A1n=20L=C3=B3pez=20Gonz=C3=A1lez?= Date: Wed, 27 Sep 2023 14:39:30 +0100 Subject: [PATCH] [web] Remove leftover --- web/src/components/storage/ProposalSettingsSection.test.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/components/storage/ProposalSettingsSection.test.jsx b/web/src/components/storage/ProposalSettingsSection.test.jsx index fd0360c3b9..4b1a901149 100644 --- a/web/src/components/storage/ProposalSettingsSection.test.jsx +++ b/web/src/components/storage/ProposalSettingsSection.test.jsx @@ -218,7 +218,6 @@ describe("LVM field", () => { describe("if LVM is set to true", () => { beforeEach(() => { props.availableDevices = [vda, md0, md1]; - // TODO: what happens if systemDevices is not set or an empty array? props.settings = { bootDevice: "/dev/vda", lvm: true, systemVGDevices: [] }; props.onChange = jest.fn(); });