Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: sophiely <ly.sophie200@gmail.com>
  • Loading branch information
sophiely committed Feb 13, 2024
1 parent f4f6b9a commit 062fa7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/test/java/marquez/service/LineageServiceTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,6 @@ public void testSymlinkDatasetLineage() {
5,
true);

assertThat(lineage.getGraph()).hasSize(3);
assertThat(lineage.getGraph()).hasSize(2);
}
}

0 comments on commit 062fa7d

Please sign in to comment.