|
|
@@ -54,7 +54,7 @@ class CollectionServiceTest extends ApplicationTests {
|
|
|
public void batchUpload() throws IOException {
|
|
|
File imgDir = new File("/Users/drew/Downloads/images");
|
|
|
AtomicInteger num = new AtomicInteger(1);
|
|
|
- User minter = userRepo.findById(53099L).get();
|
|
|
+ User minter = userRepo.findById(71579L).get();
|
|
|
List<PrivilegeOption> privilegeOptions = privilegeOptionRepo.findAll();
|
|
|
List<Collection> collections = new ArrayList<>();
|
|
|
List<BlindBoxItem> items = new ArrayList<>();
|
|
|
@@ -133,7 +133,7 @@ class CollectionServiceTest extends ApplicationTests {
|
|
|
.price(new BigDecimal("59.9"))
|
|
|
.originalPrice(new BigDecimal("59.9"))
|
|
|
.scheduleSale(true)
|
|
|
- .startTime(LocalDateTime.of(2021, 12, 23, 20, 0, 0))
|
|
|
+ .startTime(LocalDateTime.of(2021, 12, 24, 15, 0, 0))
|
|
|
.build();
|
|
|
collectionService.createBlindBox(new CreateBlindBox(blindBox, items));
|
|
|
}
|