Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: sophiely <ly.sophie200@gmail.com>
  • Loading branch information
sophiely committed Jan 26, 2024
1 parent 6074c5c commit 576a831
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions api/src/test/java/marquez/db/LineageDaoTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -662,12 +662,12 @@ public void testGetDatasetData() {
public void testGetDatasetDatalifecycleStateReturned() {
Dataset dataset =
new Dataset(
NAMESPACE,
"commonDataset",
newDatasetFacet(
new SchemaField("firstname", "string", "the first name"),
new SchemaField("lastname", "string", "the last name"),
new SchemaField("birthdate", "date", "the date of birth")));
NAMESPACE,
DATASET,
LineageEvent.DatasetFacets.builder()
.lifecycleStateChange(
new LineageEvent.LifecycleStateChangeFacet(PRODUCER_URL, SCHEMA_URL, "CREATE"))
.build());

UpdateLineageRow row =
LineageTestUtils.createLineageRow(
Expand Down Expand Up @@ -973,4 +973,4 @@ public void testGetRunLineage() {
.isEqualTo(upstreamJob.getJob().getName());
}
}
}
}

0 comments on commit 576a831

Please sign in to comment.