Skip to content

Commit

Permalink
chore: Rename test
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Dec 4, 2023
1 parent 93a920c commit 761fa27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mermaid/src/diagrams/class/classDiagram.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1044,7 +1044,7 @@ foo()
parser.parse(str);
});

it('should handle namespace with nested types', () => {
it('should handle namespace with generic types', () => {
parser.parse(`classDiagram
namespace space {
Expand Down

0 comments on commit 761fa27

Please sign in to comment.