mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-23 21:35:25 +00:00
changes to quiet the warnings since the 2.13.2 update
This commit is contained in:
parent
222697aee8
commit
6f4eac9e43
56 changed files with 366 additions and 346 deletions
|
|
@ -134,7 +134,7 @@ class BuildingControl2Test extends ActorTest {
|
|||
|
||||
"Building Control" should {
|
||||
"convert and assert faction affinity on convert request" in {
|
||||
expectNoMsg(500 milliseconds)
|
||||
expectNoMessage(500 milliseconds)
|
||||
|
||||
assert(bldg.Faction == PlanetSideEmpire.TR)
|
||||
bldg.Actor ! FactionAffinity.ConvertFactionAffinity(PlanetSideEmpire.VS)
|
||||
|
|
@ -164,7 +164,7 @@ class BuildingControl3Test extends ActorTest {
|
|||
|
||||
"Building Control" should {
|
||||
"convert and assert faction affinity on convert request, and for each of its amenities" in {
|
||||
expectNoMsg(500 milliseconds)
|
||||
expectNoMessage(500 milliseconds)
|
||||
|
||||
assert(bldg.Faction == PlanetSideEmpire.TR)
|
||||
assert(bldg.Amenities.length == 2)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue