mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 06:20:34 +00:00
General code cleanups
This commit is contained in:
@@ -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 },
|
||||
|
||||
Reference in New Issue
Block a user