From b5a7b1adc3390211d941f91571e9421ac16da139 Mon Sep 17 00:00:00 2001 From: Sadra Barikbin Date: Tue, 9 Jan 2024 22:51:41 +0330 Subject: [PATCH] Fix a test --- testing/python/metafunc.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/testing/python/metafunc.py b/testing/python/metafunc.py index ddc9107a9..24bd9866d 100644 --- a/testing/python/metafunc.py +++ b/testing/python/metafunc.py @@ -1052,9 +1052,9 @@ class TestMetafunc: result = pytester.runpytest("--collect-only") result.stdout.re_match_lines( [ - r" ", - r" ", - r" ", + r" ", + r" ", + r" ", ] )