Fix for broken test

This commit is contained in:
Knut Sveidqvist 2022-10-03 11:22:06 +02:00
parent 0a2804c641
commit 05a594a492

View File

@ -7,8 +7,8 @@ describe('when parsing an info graph it', function () {
ex.yy = db;
});
it('should handle an info definition', function () {
let str = `info
it('should handle an example-diagram definition', function () {
let str = `example-diagram
showInfo`;
ex.parse(str);