start
This commit is contained in:
BIN
cache/page_cache.db
vendored
BIN
cache/page_cache.db
vendored
Binary file not shown.
@@ -92,7 +92,7 @@ public class TroostwijkScraperTest {
|
|||||||
assertFalse(auctions.isEmpty(), "Need at least one auction to test");
|
assertFalse(auctions.isEmpty(), "Need at least one auction to test");
|
||||||
|
|
||||||
// Take the first auction and fetch its lots
|
// Take the first auction and fetch its lots
|
||||||
Integer firstSaleId = auctions.get(0);
|
Integer firstSaleId = auctions.getFirst();
|
||||||
System.out.println("Testing with sale ID: " + firstSaleId);
|
System.out.println("Testing with sale ID: " + firstSaleId);
|
||||||
|
|
||||||
scraper.fetchLotsForSale(firstSaleId);
|
scraper.fetchLotsForSale(firstSaleId);
|
||||||
|
|||||||
Reference in New Issue
Block a user