fixed failing test

This commit is contained in:
Kevin Froman 2018-01-15 02:44:14 -06:00
parent fa5a5d3414
commit 6428d38916
No known key found for this signature in database
GPG Key ID: 0D414D0FE405B63B
1 changed files with 1 additions and 0 deletions

View File

@ -110,4 +110,5 @@ class OnionrTests(unittest.TestCase):
if command[0] == 'testCommand':
if myCore.daemonQueue() == False:
print('Succesfully added and read command')
os.chdir(sys.path[0])
unittest.main()