Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricporter committed Apr 8, 2017
1 parent 9d88cad commit ac0be92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/api/test_api_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ def init(context):
context.amount = 100

def handle_bar(context, bar_dict):
print("test_get_order")
order_id = order_shares(context.s1, context.amount, style=LimitOrder(9.5))
order = get_order(order_id)
assert order.order_book_id == context.s1
Expand Down

0 comments on commit ac0be92

Please sign in to comment.