Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hzliu committed Apr 8, 2017
1 parent 1ab1834 commit 19da31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/api/test_api_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@


def get_code_block(func):
lines = inspect.getsourcelines(test_get_order)[0][1:]
lines = inspect.getsourcelines(func)[0][1:]
return "".join([re.sub(r'^ ', '', line) for line in lines])


Expand Down

0 comments on commit 19da31c

Please sign in to comment.