Fixed broken tests due to 'impassible' changes

This commit is contained in:
Yair Morgenstern
2020-06-28 20:48:51 +03:00
parent 18b2c5868b
commit 79ff8c2ecf
4 changed files with 12 additions and 5 deletions

View File

@ -116,7 +116,7 @@ class UnitMovementAlgorithmsTests {
@Test
fun canNOTEnterNaturalWonder() {
tile.baseTerrain = Constants.plains
tile.naturalWonder = "Wonder Thunder"
tile.naturalWonder = "Mount Fuji"
tile.setTransients()
for (type in UnitType.values()) {