From 8755006c796e3f5c8cdfd0cc5f3c0bac1dddc86f Mon Sep 17 00:00:00 2001 From: Emmanuel Leblond Date: Sun, 1 Apr 2018 17:37:11 +0200 Subject: [PATCH] Small pep8 typo --- tests/bindings/test_pool_arrays.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/bindings/test_pool_arrays.py b/tests/bindings/test_pool_arrays.py index d13460b3..228271a3 100644 --- a/tests/bindings/test_pool_arrays.py +++ b/tests/bindings/test_pool_arrays.py @@ -290,6 +290,7 @@ def setup(self): # Use integer instead of float to avoid floating point imprecision in comparisons self.vg = lambda c=None: Vector3(random.randint(0, 100)) if c is None else [Vector3(random.randint(0, 100)) for x in range(c)] + # Extra tests class TestPoolVector3ArraySize: def test_size(self):