]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use assertEqual() instead of assertEquals(). (GH-9721) (GH-9725)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 5 Oct 2018 18:46:24 +0000 (21:46 +0300)
committerGitHub <noreply@github.com>
Fri, 5 Oct 2018 18:46:24 +0000 (21:46 +0300)
commit6bffe50f5fff8e8a40ae32c3e9c408622a15caf6
tree79ad650e2c088c0ec28b3debb600a3b01c4a68ad
parentb57f800b351328a67b4a11a1864d39c6b9b8d39f
Use assertEqual() instead of assertEquals(). (GH-9721) (GH-9725)

Fixes warnings in test added in bpo-34603.
(cherry picked from commit 4642d5f59828e774585e9895b538b24d71b9df8e)
Lib/ctypes/test/test_win32.py