Remove a wrong argument from e3b3261a62.

This was SVN commit r18597.
This commit is contained in:
elexis 2016-08-11 13:20:31 +00:00
parent f941744c7b
commit 7a0703872f

View file

@ -34,7 +34,7 @@ function attackComponentTest(defenderClass, test_function)
});
AddMock(attacker, IID_Ownership, {
"GetOwner": owner => 1
"GetOwner": () => 1
});
let cmpAttack = ConstructComponent(attacker, "Attack", {