mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Add package declaration to test class
This commit is contained in:
parent
e17eefd60d
commit
6ca68e53c5
|
@ -1,3 +1,5 @@
|
|||
package com.gitpitch;
|
||||
|
||||
import org.junit.Test;
|
||||
import play.Logger;
|
||||
import play.libs.ws.*;
|
||||
|
|
Loading…
Reference in New Issue
Block a user