diff --git a/test/test_helpers/test_statistics.py b/test/test_helpers/test_statistics.py
index bab76bd999d36efeeea5b83252e232c4d285dcd7..f5148cdc293939d5711afb57c2fa009c47b6c86d 100644
--- a/test/test_helpers/test_statistics.py
+++ b/test/test_helpers/test_statistics.py
@@ -224,7 +224,7 @@ class TestLog:
         assert np.testing.assert_array_almost_equal(data_ref, data_test) is None
 
 
-class TestCreateSingleBootstrapRealization:
+class TestCreateBootstrapRealizations:
 
     @pytest.fixture
     def data(self):
@@ -255,14 +255,3 @@ class TestCreateSingleBootstrapRealization:
                                                     dim_name_model='model', n_boots=1000, dim_name_boots='boots')
         assert isinstance(boot_data, xr.DataArray)
         assert boot_data.shape == (1000,)
-
-
-
-
-
-class TestCalculateAverage:
-    pass
-
-
-class TestCreateNBootstrapRealizations:
-    pass
\ No newline at end of file