Merge pull request #101 from Fate-JH/squad-def-test-fix

Fixed the nesting level of SquadDefinitionAction tests
This commit is contained in:
Fate-JH 2017-03-02 08:56:04 -05:00 committed by GitHub
commit f8ee593a9a

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
@ -3570,4 +3569,5 @@ class GamePacketTest extends Specification {
pkt mustEqual string_41 pkt mustEqual string_41
} }
} }
}
} }