Skip to content

Commit

Permalink
Revert "update snpashots"
Browse files Browse the repository at this point in the history
This reverts commit e520227.
  • Loading branch information
dontry committed Feb 4, 2024
1 parent 571185d commit de5f59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/integration/rendering/zenuml.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ describe('Zen UML', () => {
A.method() {
if(x) {
B.method() {
selfCall() { return x }
selfCall() { return X }
}
}
}
Expand Down

0 comments on commit de5f59c

Please sign in to comment.