Add package declaration to test class

This commit is contained in:
Matthias Kurz 2017-04-27 14:12:18 +02:00
parent e17eefd60d
commit 6ca68e53c5
No known key found for this signature in database
GPG Key ID: 0B4AAA92F1117EF5

View File

@ -1,3 +1,5 @@
package com.gitpitch;
import org.junit.Test;
import play.Logger;
import play.libs.ws.*;