Skip to content
Snippets Groups Projects
Commit e2484836 authored by Elrabu's avatar Elrabu
Browse files

eb093: update: fixed the ServerTest and ClientTest class.

parent a369ef25
No related branches found
No related tags found
5 merge requests!74V1,!73Initial commit,!71Merge DataBase into Development,!54Update: coreMaps.json (added new maps),!51Multiplayer
......@@ -8,11 +8,6 @@ import static org.junit.jupiter.api.Assertions.*;
class ClientTest {
public static void main(String[] args) {
int[] result = Client.convertStringToArray("1234");
System.out.println(Arrays.toString(result)); //[I@537f60bf
}
@Test
void convertStringToArray() {
int[] array = {23}; //Array must be formatted like this for Server transfer
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment