Correct tests

This commit is contained in:
JustArchi 2020-11-14 22:41:02 +01:00
parent e82560259b
commit a90b49ecd8

View file

@ -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;