summaryrefslogtreecommitdiffstats
path: root/controller-server/src/test/java
diff options
context:
space:
mode:
authorgjoranv <gjoranv@gmail.com>2023-10-16 11:10:35 +0200
committergjoranv <gjoranv@gmail.com>2023-10-16 15:26:48 +0200
commit2bc491fadd62f931f85031718a8ded7afa701184 (patch)
tree08d1764037e7f391f64aec1735d1f0b2d4f4263f /controller-server/src/test/java
parent5bfd5ad2143b20dc19c78b9ee25e63d48744717c (diff)
Non-functional: imports and whitespace
Diffstat (limited to 'controller-server/src/test/java')
-rw-r--r--controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/BillingReportMaintainerTest.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/BillingReportMaintainerTest.java b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/BillingReportMaintainerTest.java
index ceccf505c8f..0a57cf51f2e 100644
--- a/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/BillingReportMaintainerTest.java
+++ b/controller-server/src/test/java/com/yahoo/vespa/hosted/controller/maintenance/BillingReportMaintainerTest.java
@@ -4,7 +4,6 @@ package com.yahoo.vespa.hosted.controller.maintenance;
import com.yahoo.config.provision.SystemName;
import com.yahoo.config.provision.TenantName;
import com.yahoo.vespa.hosted.controller.ControllerTester;
-import com.yahoo.vespa.hosted.controller.api.integration.billing.Bill;
import com.yahoo.vespa.hosted.controller.api.integration.billing.InvoiceUpdate;
import com.yahoo.vespa.hosted.controller.api.integration.billing.PlanRegistryMock;
import com.yahoo.vespa.hosted.controller.tenant.BillingReference;
@@ -14,10 +13,7 @@ import org.junit.jupiter.api.Test;
import java.time.Duration;
import java.time.LocalDate;
import java.time.ZoneOffset;
-import java.util.List;
-import java.util.Map;
import java.util.Optional;
-import java.util.TreeMap;
import static org.junit.jupiter.api.Assertions.assertEquals;
import static org.junit.jupiter.api.Assertions.assertFalse;
@@ -59,7 +55,6 @@ public class BillingReportMaintainerTest {
billingController.setPlan(t1, PlanRegistryMock.paidPlan.id(), false, true);
-
billingController.exportBill(billingDb.readBill(bill2).get(), "FOO", cloudTenant(t1));
var updates = maintainer.maintainInvoices();
assertEquals(new InvoiceUpdate(0, 0, 1), updates);