Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Update test for binary Pull
Browse files Browse the repository at this point in the history
  • Loading branch information
fahhem committed Oct 15, 2017
1 parent efbeb50 commit 3bf9d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/adb_test.py
Expand Up @@ -198,7 +198,7 @@ def testPush(self):
adb_commands.Push(io.StringIO(filedata), '/data', mtime=mtime)

def testPull(self):
filedata = "g'ddayta, govnah"
filedata = b"g'ddayta, govnah"

recv = self._MakeWriteSyncPacket(b'RECV', b'/data')
data = [
Expand Down

0 comments on commit 3bf9d40

Please sign in to comment.