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 22, 2024
1 parent a4bfbe1 commit 0178bb3
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 0178bb3

Please sign in to comment.