Skip to content

Commit

Permalink
Removing extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hyades committed Jan 12, 2014
1 parent eba90e9 commit b95336f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python-api/tests/unittests/test_testsource_unit.py
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ def test_blank(self):

def test_range(self):
"""Test when frequency is not in range (negative)"""
tests = [-100, -1]
tests = [-100, -1]
port = 4000
for test in tests:
with pytest.raises(RangeError):
Expand Down Expand Up @@ -423,7 +423,7 @@ class TestAudioSrcWave(object):

def test_range(self):
"""Test when wave is not in range"""
tests = [-100, -1, 13, 1e2, '1e10']
tests = [-100, -1, 13, 1e2, '1e10']
port = 4000
for test in tests:
with pytest.raises(RangeError):
Expand Down

0 comments on commit b95336f

Please sign in to comment.