From 4c4e2d8b248ec87eb9d67317672b45464485fac9 Mon Sep 17 00:00:00 2001 From: "(skovati) Luke" Date: Thu, 5 Sep 2024 17:50:37 -0700 Subject: [PATCH] remove unused imports and small misc changes --- .../src/test/java/gov/nasa/jpl/aerie/e2e/SchedulingTests.java | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e-tests/src/test/java/gov/nasa/jpl/aerie/e2e/SchedulingTests.java b/e2e-tests/src/test/java/gov/nasa/jpl/aerie/e2e/SchedulingTests.java index 458b44f714..4a08b5ca41 100644 --- a/e2e-tests/src/test/java/gov/nasa/jpl/aerie/e2e/SchedulingTests.java +++ b/e2e-tests/src/test/java/gov/nasa/jpl/aerie/e2e/SchedulingTests.java @@ -140,7 +140,6 @@ void afterEach() throws IOException { hasura.deleteMissionModel(modelId); } - private void insertActivities() throws IOException { // Duration argument is specified on one but not the other to verify that the scheduler can pick up on effective args hasura.insertActivityDirective(planId, "GrowBanana", "1h", JsonValue.EMPTY_JSON_OBJECT);