]> 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:11:34 +0000 (18:11 -0800)
committerGitHub <noreply@github.com>
Fri, 18 Feb 2022 02:11:34 +0000 (18:11 -0800)
commit095ffe715e341690fd047917d83bebe0359c9d80
tree48bbfb7e52dcd485d77bd0f2d4603c4318b86c7f
parentcb7551d5663f35c6993f3c6d8e361bc73f1c43d4
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