diff --git a/ArchiSteamFarm.Tests/Bot.cs b/ArchiSteamFarm.Tests/Bot.cs index 3f9d6574e..7671cb82f 100644 --- a/ArchiSteamFarm.Tests/Bot.cs +++ b/ArchiSteamFarm.Tests/Bot.cs @@ -379,7 +379,7 @@ namespace ArchiSteamFarm.Tests { } [TestMethod] - [ExpectedException(typeof(ArgumentOutOfRangeException))] + [ExpectedException(typeof(InvalidOperationException))] public void TooManyCardsPerSet() { const uint appID0 = 42; const uint appID1 = 43;