Make SortedKeys an array for both

This commit is contained in:
Matt Nadareski
2025-01-14 15:59:47 -05:00
parent 616aea983b
commit 60d946fc6d
10 changed files with 38 additions and 82 deletions

View File

@@ -58,7 +58,7 @@ namespace SabreTools.Test.DatFiles
dict.AddItem(rom4, statsOnly: false);
dict.BucketBy(itemKey, DedupeType.None);
Assert.Equal(expected, dict.SortedKeys.Count);
Assert.Equal(expected, dict.SortedKeys.Length);
}
[Fact]