Skip to content

Commit

Permalink
fix test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoge1001 committed Oct 11, 2024
1 parent 98f8555 commit 89dbe50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unittests/test_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -3372,7 +3372,7 @@ def test_logexc_with_log_level(self, caplog, log_level):


class TestRandStr:
def _get_str_class_num(str):
def _get_str_class_num(self, str):
import string

str_class_num = 0
Expand Down

0 comments on commit 89dbe50

Please sign in to comment.