Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkAtra committed Jan 27, 2022
1 parent d6d4899 commit 5a02daf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ internal class MapFileReaderTest {
val map = MapFileReader().read(getMapInputStream("/maps/bfme2-rotwk/map mp harlond.zlib"))

assertThat(map).isNotNull
assertThat(map.objects.any { it.roadType == RoadType.UNKNOWN_1 }).isTrue
assertThat(map.objects.any { it.roadType == RoadType.UNKNOWN_5 }).isTrue
}

@Test
Expand Down

0 comments on commit 5a02daf

Please sign in to comment.