Skip to content

Commit

Permalink
Small pep8 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
touilleMan committed Apr 1, 2018
1 parent 532db90 commit 8755006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bindings/test_pool_arrays.py
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 8755006

Please sign in to comment.