Skip to content

Commit

Permalink
fix spotbugs
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Gomez Ferrer <andresgomezfrr@users.noreply.github.com>
  • Loading branch information
andresgomezfrr committed Feb 2, 2024
1 parent c7216b9 commit bc1a228
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,6 @@ public void testCreateTaskTemplateForRunnableTask() {
// given
RunnableTask task = createRunnableTask("NameWith$AsTaskName", null, List.of());
String image = "my-image";
Resources expectedResources = Resources.builder().build();

// when
TaskTemplate result = ProjectClosure.createTaskTemplateForRunnableTask(task, image);
Expand Down

0 comments on commit bc1a228

Please sign in to comment.