]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38270: Fix indentation of test_hmac assertions (GH-17446)
authorstratakis <cstratak@redhat.com>
Tue, 3 Dec 2019 15:35:54 +0000 (16:35 +0100)
committerMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Dec 2019 15:35:54 +0000 (07:35 -0800)
commit894331838b256412c95d54051ec46a1cb96f52e7
tree98ee24906fa84474b162e5c059f64a9dd522dbde
parenta62ad4730c9b575f140f24074656c0257c86a09a
bpo-38270: Fix indentation of test_hmac assertions (GH-17446)

Since https://github.com/python/cpython/commit/c64a1a61e6fc542cada40eb069a239317e1af36e two assertions were indented and thus ignored when running test_hmac.

This PR fixes it. As the change is quite trivial I didn't add a NEWS entry.

https://bugs.python.org/issue38270
Lib/test/test_hmac.py