Skip to content

Commit

Permalink
Remove useless statement in test
Browse files Browse the repository at this point in the history
  • Loading branch information
vdumoulin committed Jan 1, 2015
1 parent fe906ef commit dfc9d9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/test_register.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,8 +208,6 @@ def test_register_remove_custom():
initial_order = {items[0]: 1, items[1]: 1}
final_order = {items[0]: 1}

correct_added_item = Item("gum", 0.47, "custom_gum", category="Custom",
shortcut=None)
register.order = initial_order
register.remove("custom_gum")
assert register.order == final_order
Expand Down

0 comments on commit dfc9d9a

Please sign in to comment.