Revert test change

This commit is contained in:
Chomp
2025-07-22 20:44:37 +01:00
parent 731b79519f
commit 7838a88dd7
@@ -146,8 +146,8 @@ public class BotGeneratorHelperTests
Assert.AreEqual(ItemAddedResult.SUCCESS, result);
var weaponRoot = weaponWithChildren.FirstOrDefault(item => item.Id == rootWeaponId);
Assert.AreNotEqual((weaponRoot.Location as ItemLocation).X, 0);
Assert.AreNotEqual((weaponRoot.Location as ItemLocation).Y, 0);
Assert.AreEqual((weaponRoot.Location as ItemLocation).X, 0);
Assert.AreEqual((weaponRoot.Location as ItemLocation).Y, 0);
Assert.AreEqual((weaponRoot.Location as ItemLocation).R, ItemRotation.Horizontal);
foreach (var item in botInventory.Items.Where(i => tplsToAdd.ContainsKey(i.Template)))
{