fixed the nesting level of SquadDefinitionAction tests

This commit is contained in:
FateJH 2017-03-02 08:45:31 -05:00
parent aa67cd63c0
commit 7d99a177b0

View file

@ -3006,7 +3006,6 @@ class GamePacketTest extends Specification {
PacketCoding.EncodePacket(msg).require.toByteVector === packet PacketCoding.EncodePacket(msg).require.toByteVector === packet
} }
} }
}
"SquadDefinitionActionMessage" should { "SquadDefinitionActionMessage" should {
//local test data; note that the second field - unk1 - is always blank for now, but that probably changes //local test data; note that the second field - unk1 - is always blank for now, but that probably changes
@ -3571,3 +3570,4 @@ class GamePacketTest extends Specification {
} }
} }
} }
}