Small cleanup

This commit is contained in:
JustArchi
2020-04-02 17:16:05 +02:00
parent fbe5bd12ae
commit 1e87341877
6 changed files with 10 additions and 12 deletions

View File

@@ -56,7 +56,7 @@ namespace ArchiSteamFarm.Tests {
public void MultiGameMultiTypeBadReject() {
HashSet<Steam.Asset> inventory = new HashSet<Steam.Asset> {
CreateItem(1, 9),
CreateItem(3, 9, realAppID: 730, type: Steam.Asset.EType.Emoticon),
CreateItem(3, 9, 730, Steam.Asset.EType.Emoticon),
CreateItem(4, realAppID: 730, type: Steam.Asset.EType.Emoticon)
};