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 b8fbf76 commit 478f3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_diagram.py
Expand Up @@ -86,7 +86,7 @@ def generate_railroad(
def test_example_rr_diags(self):
subtests = [
(jsonObject, "jsonObject", 8),
(boolExpr, "boolExpr", 5),
(boolExpr, "boolExpr", 7),
(simpleSQL, "simpleSQL", 20),
(calendars, "calendars", 13),
]
Expand Down

0 comments on commit 478f3a9

Please sign in to comment.