]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix mistake in barry_as_FLUFL test (GH-31392)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Feb 2022 02:08:28 +0000 (18:08 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Feb 2022 02:08:28 +0000 (18:08 -0800)
commitc11f41b2c989121e34ccf94cb5b7896fbdb859ab
tree09ff75a4dedacfe7015a9cc4584f7b42acfdcee6
parente7828904f39588dad438c5d341a31e72e9cb1775
Fix mistake in barry_as_FLUFL test (GH-31392)

Use assertEqual(), not assertTrue(lineno, 2)
(cherry picked from commit 5f1c205dcec0adf68b76ba78247a0ec1fa9a7b66)

Co-authored-by: Patrick Reader <_@pxeger.com>
Lib/test/test_flufl.py