Skip to content
This repository was archived by the owner on Nov 22, 2020. It is now read-only.

Commit ee4af0d

Browse files
committed
Apply formatting
Signed-off-by: wslulciuc <[email protected]>
1 parent c19dfcc commit ee4af0d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/test/java/marquez/client/MarquezClientTest.java

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -535,15 +535,15 @@ public void testCreateJobWithRunId() throws Exception {
535535
final URL url = buildUrlFor("/namespaces/%s/jobs/%s", NAMESPACE_NAME, JOB_NAME);
536536

537537
final JobMeta meta =
538-
JobMeta.builder()
539-
.type(JOB_TYPE)
540-
.inputs(INPUTS)
541-
.outputs(OUTPUTS)
542-
.location(LOCATION)
543-
.description(JOB_DESCRIPTION)
544-
.context(JOB_CONTEXT)
545-
.runId(newRunId())
546-
.build();
538+
JobMeta.builder()
539+
.type(JOB_TYPE)
540+
.inputs(INPUTS)
541+
.outputs(OUTPUTS)
542+
.location(LOCATION)
543+
.description(JOB_DESCRIPTION)
544+
.context(JOB_CONTEXT)
545+
.runId(newRunId())
546+
.build();
547547
final String metaAsJson = JsonGenerator.newJsonFor(meta);
548548
final String jobAsJson = JsonGenerator.newJsonFor(JOB);
549549
when(http.put(url, metaAsJson)).thenReturn(jobAsJson);

0 commit comments

Comments
 (0)