mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-28 07:22:21 -08:00
Update filenames within the server json test (#5469)
This commit is contained in:
parent
d86d2dbdb9
commit
cb2ed1c549
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue