Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Lib/test/test_capi/test_abstract.py
Co-authored-by: Donghee Na <[email protected]>
  • Loading branch information
ekohilas and corona10 authored Oct 29, 2023
commit 445bcc0e043cfaa2cc323e308384fcace8fcff9e
2 changes: 1 addition & 1 deletion Lib/test/test_capi/test_abstract.py
Original file line number Diff line number Diff line change
Expand Up @@ -819,7 +819,7 @@ def test_sequence_tuple(self):

def test_number_check_complex(self):
number_check = _testcapi.number_check
self.assertTrue(number_check(1 + 1j))
self.assertTrue(_testcapi.number_check(1 + 1j))


if __name__ == "__main__":
Expand Down