Update filenames within the server json test (#5469)

This commit is contained in:
Patrick 'Quezler' Mounier
2021-06-25 19:42:47 +02:00
committed by GitHub
parent d86d2dbdb9
commit cb2ed1c549

View File

@ -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{