Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python/physics_particle_instance.py')
-rw-r--r--tests/python/physics_particle_instance.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/python/physics_particle_instance.py b/tests/python/physics_particle_instance.py
index d31ce68c7b2..353c0d868c8 100644
--- a/tests/python/physics_particle_instance.py
+++ b/tests/python/physics_particle_instance.py
@@ -15,8 +15,8 @@ def main():
test = [
SpecMeshTest("ParticleInstanceSimple", "testParticleInstance", "expectedParticleInstance",
- [ModifierSpec('ParticleInstance', 'PARTICLE_INSTANCE', {'object': bpy.data.objects['Cube']})],
- threshold=1e-3),
+ [ModifierSpec('ParticleInstance', 'PARTICLE_INSTANCE', {'object': bpy.data.objects['Cube']})],
+ threshold=1e-3),
]
particle_instance_test = RunTest(test)