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_ocean.py')
-rw-r--r--tests/python/physics_ocean.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/python/physics_ocean.py b/tests/python/physics_ocean.py
index 7a02fc9de4b..20d563f782b 100644
--- a/tests/python/physics_ocean.py
+++ b/tests/python/physics_ocean.py
@@ -15,7 +15,7 @@ def main():
test = [
# World coordinates of test and expected object should be same.
SpecMeshTest("PlaneOcean", "testObjPlaneOcean", "expObjPlaneOcean",
- [ModifierSpec('Ocean', 'OCEAN', {})]),
+ [ModifierSpec('Ocean', 'OCEAN', {})]),
]
ocean_test = RunTest(test)