Skip to content

Commit

Permalink
Maybe fix things.
Browse files Browse the repository at this point in the history
  • Loading branch information
shakefu committed Aug 4, 2015
1 parent dfe5614 commit 71d2e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_proxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def test_list_proxy_set_get_and_delete_items():


def test_list_proxy_slicing():
l = range(5)
l = [i for i in range(5)]
p = pytool.proxy.ListProxy(l)
s = p[1:3]
eq_(s, [1, 2])
Expand Down

0 comments on commit 71d2e57

Please sign in to comment.