Skip to content

Commit 3619953

Browse files
committed
fix some unit tests
1 parent a8a4b84 commit 3619953

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_test_function_v2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ def setUp(self):
670670
}
671671

672672
self.SPEC2_SCT = """
673-
Ex().check_function('pandas.DataFrame', missing_msg = "notcalledmsg")\
673+
Ex().check_function('pandas.DataFrame', 0, missing_msg = "notcalledmsg", expand_msg="")\
674674
.check_args('data', missing_msg='paramsnotmatchedmsg')
675675
"""
676676

0 commit comments

Comments
 (0)