From cfcd16f83faa261a57d5a69e13064a79c6866858 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 10 Mar 2024 01:05:09 -0500 Subject: [PATCH] spelling: that Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- testing/logging/test_fixture.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/logging/test_fixture.py b/testing/logging/test_fixture.py index 7ccafa287..6ca533d9e 100644 --- a/testing/logging/test_fixture.py +++ b/testing/logging/test_fixture.py @@ -363,7 +363,7 @@ def test_ini_controls_global_log_level(pytester: Pytester) -> None: ) result = pytester.runpytest() - # make sure that that we get a '0' exit code for the testsuite + # make sure that we get a '0' exit code for the testsuite assert result.ret == 0