aboutsummaryrefslogtreecommitdiffstats
path: root/tests.py
diff options
context:
space:
mode:
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):