mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-04-28 07:15:21 +00:00
repairs to ZFCCM test
This commit is contained in:
parent
d965b5b3c8
commit
e76b4de2ea
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class ZoneForcedCavernConnectionsMessageTest extends Specification {
|
||||||
"decode" in {
|
"decode" in {
|
||||||
PacketCoding.DecodePacket(string).require match {
|
PacketCoding.DecodePacket(string).require match {
|
||||||
case ZoneForcedCavernConnectionsMessage(zone, unk) =>
|
case ZoneForcedCavernConnectionsMessage(zone, unk) =>
|
||||||
zone mustEqual PlanetSideGUID(32)
|
zone mustEqual 32
|
||||||
unk mustEqual 1
|
unk mustEqual 1
|
||||||
case _ =>
|
case _ =>
|
||||||
ko
|
ko
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue