Tests: Remove threshold param from physics ocean mesh test

This was not the reason for the test failure on macOS arm64.
This commit is contained in:
Sebastián Barschkis 2021-05-18 12:44:53 +02:00
parent 1f9eb7e2c6
commit f4eae747f9
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ def main():
test = [
# World coordinates of test and expected object should be same.
MeshTest("PlaneOcean", "testObjPlaneOcean", "expObjPlaneOcean",
[ModifierSpec('Ocean', 'OCEAN', {})], threshold=1e-1),
[ModifierSpec('Ocean', 'OCEAN', {})]),
]
ocean_test = RunTest(test)