Cleanup: run autopep8 on tests/

This commit is contained in:
2022-04-19 15:25:55 +10:00
parent 58d86527ae
commit 3035235def
24 changed files with 817 additions and 623 deletions

View File

@@ -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)