Skip to content

Commit

Permalink
resolve tests
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 19, 2024
1 parent ffbf36b commit 35129a8
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 35129a8

Please sign in to comment.