Move POST test class to its own package

http://team.baeldung.com/browse/BAEL-11412
This commit is contained in:
mikr
2019-12-15 17:50:20 +01:00
parent 79140c87f8
commit f778c04da8

View File

@@ -1,4 +1,4 @@
package com.baeldung.okhttp;
package com.baeldung.okhttp.post;
import static com.baeldung.client.Consts.APPLICATION_PORT;
import static org.hamcrest.Matchers.equalTo;