mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Always use indexed removals
This commit is contained in:
@@ -438,7 +438,7 @@ namespace SabreTools.DatFiles.Test
|
||||
var dict = new ItemDictionary();
|
||||
dict.AddItem(datItem, statsOnly: false);
|
||||
|
||||
dict.RemoveItem("game-1", (Rom)datItem.Clone());
|
||||
dict.RemoveItem("game-1", (Rom)datItem.Clone(), 0);
|
||||
|
||||
Assert.Empty(dict.GetItemsForBucket("default"));
|
||||
Assert.Empty(dict.GetItemsForBucket("game-1"));
|
||||
|
||||
Reference in New Issue
Block a user