Skip to content

Commit

Permalink
Adjust to incoming change
Browse files Browse the repository at this point in the history
  • Loading branch information
ralfhandl committed Dec 20, 2023
1 parent ddc1576 commit 13e638d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
20 changes: 10 additions & 10 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/keep.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -605,7 +605,7 @@ describe("Keep", function () {
const diagram = actual.info.description.split("\n")[3];
assert.strictEqual(
diagram,
"![ER Diagram](https://yuml.me/diagram/class/[ET{bg:lightslategray}],[ET]-0..1>[CET{bg:lightslategray}],[ET]++-*>[CET{bg:lightslategray}],[CET{bg:lightslategray}],[Act{bg:lawngreen}]-*>[ET],[Act{bg:lawngreen}]in->[TD])",
"![ER Diagram](https://yuml.me/diagram/class/[ET{bg:lightslategray}],[ET]-0..1>[CET{bg:lightslategray}],[ET]++-*>[CET{bg:lightslategray}],[CET{bg:lightslategray}],[Act{bg:lawngreen}]-*>[ET],[Act]in->[TD])",
"ER diagram",
);
});
Expand Down

0 comments on commit 13e638d

Please sign in to comment.