mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-01 19:23:38 +00:00
Update to Scala 2.13 & Akka 2.6.5 (#461)
* update scala to 2.13 & update dependencies * fix test * import scodec-akka * scala 2.13 fixes * Work around futures not completing when awaited within object constructor Co-authored-by: Mazo <mazo2@hotmail.com>
This commit is contained in:
parent
270485fa4d
commit
e51e970e51
12 changed files with 127 additions and 139 deletions
|
|
@ -41,7 +41,7 @@ class ZoneTest extends Specification {
|
|||
|
||||
"associates objects to bases (doesn't check numbers)" in {
|
||||
val map = new ZoneMap("map13")
|
||||
map.ObjectToBuilding mustEqual Nil
|
||||
map.ObjectToBuilding mustEqual Map.empty
|
||||
map.ObjectToBuilding(1, 2)
|
||||
map.ObjectToBuilding mustEqual Map(1 -> 2)
|
||||
map.ObjectToBuilding(3, 4)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue