aboutsummaryrefslogtreecommitdiffstats
path: root/tests.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2017-11-01 17:59:51 +0200
committerFilipp Lepalaan <filipp@mac.com>2017-11-01 17:59:51 +0200
commit60216c4bbec1d4006fc86c2cdd412cdca6c87120 (patch)
tree94677b1ff2c561cf0efbe4df1cdca6429646dd03 /tests.py
parentad9c6dc0b0f5477535b1cc2a9cb8627aaffe30db (diff)
downloadmachammer-60216c4bbec1d4006fc86c2cdd412cdca6c87120.tar.gz
machammer-60216c4bbec1d4006fc86c2cdd412cdca6c87120.tar.bz2
machammer-60216c4bbec1d4006fc86c2cdd412cdca6c87120.zip
Python 3 fixes
Diffstat (limited to 'tests.py')
-rwxr-xr-xtests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests.py b/tests.py
index 081bd83..e51c90d 100755
--- a/tests.py
+++ b/tests.py
@@ -143,10 +143,10 @@ class FunctionsTestCase(TestCase):
def test_remove_login_item(self):
users.remove_login_item(path=self.stickes)
-
+
def test_mount_image(self):
p = functions.mount_image(os.getenv('MH_IMAGE'))
- self.assertEquals(p, '/Volumes/Adobe Flash Player Installer')
+ self.assertIn('/var/folders', p)
@skip('This works, trust me.')
def test_create_media(self):