]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix mistake in barry_as_FLUFL test (GH-31392)
authorPatrick Reader <_@pxeger.com>
Fri, 18 Feb 2022 01:45:35 +0000 (01:45 +0000)
committerGitHub <noreply@github.com>
Fri, 18 Feb 2022 01:45:35 +0000 (20:45 -0500)
commit5f1c205dcec0adf68b76ba78247a0ec1fa9a7b66
tree74930f7856c5f3ea344f7ec43611e4eb89f40d66
parent35f55cc5c690a97853f1b544aac53574ab755b54
Fix mistake in barry_as_FLUFL test (GH-31392)

Use assertEqual(), not assertTrue(lineno, 2)
Lib/test/test_flufl.py