Fixed unit test

This commit is contained in:
Tristan B. Velloza Kildaire 2022-05-19 21:08:50 +02:00
parent e3ecc30497
commit b8ed656536
1 changed files with 4 additions and 5 deletions

View File

@ -279,11 +279,10 @@ public final class Engine : Thread
/* Create a new Tasky engine */
Engine e = new Engine(clientSocket); Engine e = new Engine(clientSocket);
/** /**
* Setup the job types that are wanted * Setup the job types that are wanted
*/ */
@ -291,8 +290,8 @@ public final class Engine : Thread
e.registerDescriptor(jobType2); e.registerDescriptor(jobType2);
/* TODO: Use this in future */ /* Start the tasky engine */
// e.start(); e.start();
/** /**