Skip to content

Commit

Permalink
Correctly name test case
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Nov 17, 2023
1 parent e4ebeb3 commit 9c8c954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_make.py
Original file line number Diff line number Diff line change
Expand Up @@ -1106,9 +1106,9 @@ class D:
assert D in cls.__mro__
assert isinstance(cls(), D)

def test_additional_namespace(self):
def test_additional_class_body(self):
"""
Additional namespace is added to the class dict.
Additional class_body is added to newly created class.
"""

def echo_func(cls, *args):
Expand Down

0 comments on commit 9c8c954

Please sign in to comment.