From fbeb9e16e82ed65ca3683d5c1e2ad21aa0ab1faf Mon Sep 17 00:00:00 2001 From: Nathan Franklin Date: Tue, 11 Aug 2015 17:17:32 +0200 Subject: [PATCH] Use only supported CUBA in add particles test --- simphony/testing/abc_check_particles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)