Skip to content

Commit

Permalink
merge minor conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
fectrain committed Feb 23, 2024
1 parent 01c9cd8 commit 55f9e03
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -409,10 +409,9 @@ void testEphemeralResourceIsEspected() throws IOException
taskConfig,
startupLoggingConfig,
node,
jsonMapper,
taskLogs
jsonMapper
);
NoopTask task = K8sTestUtils.createTask("id", 1);
NoopTask task = NoopTask.create("id", 1);
Job actual = adapter.createJobFromPodSpec(
pod.getSpec(),
task,
Expand Down

0 comments on commit 55f9e03

Please sign in to comment.