Skip to content

Commit

Permalink
style: pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Jun 12, 2024
1 parent a23610d commit 6ddb559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_1229_const_in_typename.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ def tree(datafile):


def test_const_in_typename(tree):
assert tree["branch/pointer"].typename == 'TFooMember*'
assert tree["branch/const_pointer"].typename == 'TFooMember*'
assert tree["branch/pointer"].typename == "TFooMember*"
assert tree["branch/const_pointer"].typename == "TFooMember*"

0 comments on commit 6ddb559

Please sign in to comment.