Skip to content

Commit

Permalink
fix from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
nishasy committed Dec 16, 2024
1 parent 062762a commit 0cc8c19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -952,7 +952,7 @@ describe("MafsGraph", () => {
};

const baseMafsGraphProps: MafsGraphProps = {
...getBaseMafsGraphProps(),
...getBaseMafsGraphPropsForTests(),
markings: "none",
};

Expand Down Expand Up @@ -1003,7 +1003,7 @@ describe("MafsGraph", () => {
};

const baseMafsGraphProps: MafsGraphProps = {
...getBaseMafsGraphProps(),
...getBaseMafsGraphPropsForTests(),
markings: "none",
};

Expand Down

0 comments on commit 0cc8c19

Please sign in to comment.