General code cleanups

This commit is contained in:
Łukasz Domeradzki
2025-03-31 00:06:05 +02:00
parent c2b1d1356c
commit 61f876480a
20 changed files with 81 additions and 117 deletions

View File

@@ -511,8 +511,7 @@ internal sealed class Bot {
CreateCard(4, realAppID: appID0)
];
Assert.ThrowsExactly<InvalidOperationException>(
() => GetItemsForFullBadge(
Assert.ThrowsExactly<InvalidOperationException>(() => GetItemsForFullBadge(
items, new Dictionary<uint, byte> {
{ appID0, 3 },
{ appID1, 3 },