From 3054b604be949866ee5e75ca593c1ff15428ffc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Val=C3=A9rian=20Rey?= Date: Sat, 22 Mar 2025 12:10:29 +0100 Subject: [PATCH] Rename TestRGW to TestRandom --- tests/unit/aggregation/test_random.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/aggregation/test_random.py b/tests/unit/aggregation/test_random.py index 4fc9c513a..b8064b29f 100644 --- a/tests/unit/aggregation/test_random.py +++ b/tests/unit/aggregation/test_random.py @@ -6,7 +6,7 @@ @mark.parametrize("aggregator", [Random()]) -class TestRGW(ExpectedStructureProperty): +class TestRandom(ExpectedStructureProperty): pass