From c2567160beac90ffc85a9290c1ee365f32e503f1 Mon Sep 17 00:00:00 2001 From: "pre-commit-ci[bot]" <66853113+pre-commit-ci[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 10:48:33 +0000 Subject: [PATCH] [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --- changelog/11367.bugfix.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/changelog/11367.bugfix.rst b/changelog/11367.bugfix.rst index 7b4be8fe3..437bc3835 100644 --- a/changelog/11367.bugfix.rst +++ b/changelog/11367.bugfix.rst @@ -1,5 +1,4 @@ [junit] move properties handling to :func:`finalize()` -seem like not all the cases of calling finalize were adding the properties into the test case element, +seem like not all the cases of calling finalize were adding the properties into the test case element, which leads to some test cases missing the expected properties. -