mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-03-26 15:49:14 +00:00
Update DismountVehicleMsgTest.scala
0 -> BailType.Normal Should have caught this in the prior merge.
This commit is contained in:
parent
12443c6aa5
commit
1d732196f0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue