diff --git a/simphony/testing/abc_check_particles.py b/simphony/testing/abc_check_particles.py index 9d61c53b..5517266e 100644 --- a/simphony/testing/abc_check_particles.py +++ b/simphony/testing/abc_check_particles.py @@ -177,7 +177,7 @@ def test_add_particles_with_id(self): def test_add_multiple_particles_with_id(self): # given container = self.container - particles = create_particles_with_id() + particles = create_particles_with_id(restrict=self.supported_cuba()) # when uids = container.add_particles(particles)