Update DismountVehicleMsgTest.scala

0 -> BailType.Normal
Should have caught this in the prior merge.
This commit is contained in:
Fate-JH 2018-05-21 08:48:14 -04:00 committed by GitHub
parent 12443c6aa5
commit 1d732196f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ class DismountVehicleMsgTest extends Specification {
PacketCoding.DecodePacket(string).require match {
case DismountVehicleMsg(player_guid, bailType, wasKickedByDriver) =>
player_guid mustEqual PlanetSideGUID(2502)
bailType mustEqual 0
bailType mustEqual BailType.Normal
wasKickedByDriver mustEqual false
case _ =>
ko