Skip to content

Commit b52e1f8

Browse files
Tony Ricciardijhunsaker
authored andcommitted
fix twap python test generation
1 parent 27d7ccb commit b52e1f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyth/tests/test_twap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def run_test(self, test_id):
3030
def get_test_func(test_id):
3131
def test_func(self):
3232
self.run_test(test_id)
33-
return test_func
33+
return test_func
3434

3535
setattr(TestTwap, 'test_%s' % (test_id,), get_test_func(test_id))
3636

0 commit comments

Comments
 (0)