Skip to content

Commit

Permalink
[web] Remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Sep 27, 2023
1 parent 7f32cd4 commit 0ce760c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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();
});
Expand Down

0 comments on commit 0ce760c

Please sign in to comment.