spelling: that

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2024-03-10 01:05:09 -05:00
parent 0b0ce2d03a
commit cfcd16f83f
1 changed files with 1 additions and 1 deletions

View File

@ -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