Skip to content

Commit

Permalink
Fix typo in test_pythongen.ml
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent-lau committed Feb 29, 2024
1 parent d610d47 commit 4f9b5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rpc/test_pythongen.ml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,6 @@ let tests =
, lint_bindings )
; "Check generated commandline bindings", `Slow, test_commandline
; "Check generated test class with commandline bindings", `Slow, check_test_class
; "Cehck generated exceptions", `Slow, check_exceptions
; "Check generated exceptions", `Slow, check_exceptions
; "Check python generation on variants with zero-arg constructors", `Quick, check_unit_variants
]

0 comments on commit 4f9b5d2

Please sign in to comment.