Skip to content

Commit

Permalink
update snpashots
Browse files Browse the repository at this point in the history
  • Loading branch information
dontry committed Feb 2, 2024
1 parent 8f7fffd commit e520227
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 e520227

Please sign in to comment.