mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-03 13:30:25 +07:00
Update filenames within the server json test (#5469)
This commit is contained in:
parent
d86d2dbdb9
commit
cb2ed1c549
@ -181,7 +181,7 @@ public class ApplicationTests{
|
||||
|
||||
@Test
|
||||
void serverListJson(){
|
||||
String[] files = {"servers.json", "servers_be.json", "servers_v6.json"};
|
||||
String[] files = {"servers_v6.json", "servers_v7.json", "servers_be.json"};
|
||||
|
||||
for(String file : files){
|
||||
try{
|
||||
|
Loading…
Reference in New Issue
Block a user