mirror of
https://github.com/yairm210/Unciv.git
synced 2025-07-04 15:27:50 +07:00
Fixed tests
This commit is contained in:
@ -41,7 +41,7 @@ class BasicTests {
|
||||
@Test
|
||||
fun gamePngExists() {
|
||||
Assert.assertTrue("This test will only pass when the game.png exists",
|
||||
Gdx.files.local("game.png").exists())
|
||||
Gdx.files.local("").list().any { it.name().endsWith(".png") })
|
||||
}
|
||||
|
||||
@Test
|
||||
|
Reference in New Issue
Block a user