Corrected typo in test

This commit is contained in:
Justin Greywolf 2019-11-19 13:02:08 -08:00
parent 68c2ea38c9
commit a60e01db97
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ describe('class diagram, ', function() {
'TestClass : #int protectedMember\n' +
'TestClass : -privateMethod()\n' +
'TestClass : +publicMethod()\n' +
'TestClass : #protectedMethod()\n' +
'TestClass : #protectedMethod()\n';
parser.parse(str);
});