Write RemoveBiosAndDeviceSets tests

This commit is contained in:
Matt Nadareski
2025-01-13 14:14:28 -05:00
parent c19e4d87bb
commit 2d277607cf
2 changed files with 65 additions and 1 deletions

View File

@@ -948,6 +948,9 @@ namespace SabreTools.DatFiles
ItemsDB.RemoveItem(key);
}
}
// Remove the machine
ItemsDB.RemoveMachine(machine.Key);
}
}