mirror of
https://github.com/vcmi/vcmi.git
synced 2025-06-15 00:05:02 +02:00
Cleanup
This commit is contained in:
@ -84,8 +84,8 @@ TEST_F(LuaSpellEffectAPITest, DISABLED_ApplicableOnLeftSideOfField)
|
||||
BattleHex hex(2,2);
|
||||
|
||||
JsonNode first;
|
||||
first.Vector().push_back(JsonNode(hex.hex));
|
||||
first.Vector().push_back(JsonNode());
|
||||
first.Vector().emplace_back(hex.hex);
|
||||
first.Vector().emplace_back();
|
||||
|
||||
JsonNode targets;
|
||||
targets.Vector().push_back(first);
|
||||
|
Reference in New Issue
Block a user