mirror of
https://github.com/tiennm99/store-scraper-bot-java.git
synced 2026-05-27 02:00:51 +00:00
Update GooglePlayScraperTest.java
This commit is contained in:
@@ -6,7 +6,7 @@ import org.junit.jupiter.api.Test;
|
||||
|
||||
class GooglePlayScraperTest {
|
||||
@Test
|
||||
void PoolUs() {
|
||||
void testPoolUs() {
|
||||
var request = new GoogleAppRequest("pool.us");
|
||||
var response = GooglePlayScraper.app(request);
|
||||
System.out.println(GsonUtil.toJson(response));
|
||||
|
||||
Reference in New Issue
Block a user