mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Correct tests
This commit is contained in:
parent
e82560259b
commit
a90b49ecd8
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue