This commit is contained in:
2025-11-28 05:46:53 +01:00
parent bde45e0dc9
commit f5ee240283
2 changed files with 1 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ public class TroostwijkScraperTest {
assertFalse(auctions.isEmpty(), "Need at least one auction to test");
// 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);
scraper.fetchLotsForSale(firstSaleId);