diff --git a/test/sampler_tests.py b/test/sampler_tests.py
index 44b93ba9ef87920984d248ead572e329ef38e6cb..dcbdfdf255e1c47e84e74230b11c5740e773e5c7 100644
--- a/test/sampler_tests.py
+++ b/test/sampler_tests.py
@@ -9,7 +9,7 @@ import os
 import copy
 
 
-class TestSamplerInstantiation(unittest.TestCase):
+class TestSampler(unittest.TestCase):
 
     def setUp(self):
         likelihood = tupak.likelihood.Likelihood()