Skip to content

Commit

Permalink
unit-test fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
KawtharAlakri committed Aug 25, 2024
1 parent 3a77011 commit b66a3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/sequence/svgDraw.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ describe('svgDraw', function () {
expect(rect.attr).toHaveBeenCalledWith('width', 100);
expect(rect.attr).toHaveBeenCalledWith('height', 60);
expect(rect.attr).toHaveBeenCalledWith('fill', '#ccc');
expect(rect.attr).toHaveBeenCalledWith('class', 'rect');
expect(rect.attr).toHaveBeenCalledWith('class', 'box');
expect(rect.lower).toHaveBeenCalled();
});
});
Expand Down

0 comments on commit b66a3a3

Please sign in to comment.