Skip to content

Commit

Permalink
Update test_datautils.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gamingrobot committed Sep 24, 2015
1 parent 24be472 commit 0ddd97e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/mcp/test_datautils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ def test_unpack_varlong():
smallbuff = BoundBuffer(b'\x14')
assert datautils.unpack_varlong(smallbuff) == 20
assert datautils.unpack_varlong(largebuff) == 10000000000
pass


def test_pack_varlong():
Expand Down

0 comments on commit 0ddd97e

Please sign in to comment.