Skip to content

Commit

Permalink
Adding infix_notation set_name() call modified generated railroad dia…
Browse files Browse the repository at this point in the history
…gram - update test to reflect new diagram elements
  • Loading branch information
ptmcg committed May 13, 2024
1 parent 478f3a9 commit a4590d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_diagram.py
Expand Up @@ -87,7 +87,7 @@ def test_example_rr_diags(self):
subtests = [
(jsonObject, "jsonObject", 8),
(boolExpr, "boolExpr", 7),
(simpleSQL, "simpleSQL", 20),
(simpleSQL, "simpleSQL", 22),
(calendars, "calendars", 13),
]
for example_expr, label, expected_rr_len in subtests:
Expand Down

0 comments on commit a4590d6

Please sign in to comment.