From a90b49ecd8464882c527fa16d258c0b1e5b18b89 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Sat, 14 Nov 2020 22:41:02 +0100 Subject: [PATCH] Correct tests --- ArchiSteamFarm.Tests/Bot.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;