mirror of
https://github.com/FliegendeWurst/googleplay-api.git
synced 2024-11-22 12:54:58 +00:00
Try to avoid python2 travis build error
This commit is contained in:
parent
8dc2eb58c7
commit
e9e866da97
2
test.py
2
test.py
@ -67,7 +67,7 @@ if not errorThrown:
|
|||||||
|
|
||||||
# BULK DETAILS
|
# BULK DETAILS
|
||||||
|
|
||||||
testApps = ['org.mozilla.firefox', 'com.non.existing.app']
|
testApps = ['org.mozilla.focus', 'com.non.existing.app']
|
||||||
bulk = server.bulkDetails(testApps)
|
bulk = server.bulkDetails(testApps)
|
||||||
|
|
||||||
print('\nTesting behaviour for non-existing apps\n')
|
print('\nTesting behaviour for non-existing apps\n')
|
||||||
|
Loading…
Reference in New Issue
Block a user