mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Move ClearEmpty to DatFile
This commit is contained in:
@@ -61,17 +61,6 @@ namespace SabreTools.Test.DatFiles
|
||||
Assert.Equal(expected, dict.SortedKeys.Length);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void ClearEmptyTest()
|
||||
{
|
||||
// Setup the dictionary
|
||||
var dict = new ItemDictionary();
|
||||
dict.AddItem("game-1", new Rom());
|
||||
|
||||
dict.ClearEmpty();
|
||||
Assert.Single(dict.SortedKeys);
|
||||
}
|
||||
|
||||
[Fact]
|
||||
public void ClearMarkedTest()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user