diff options
Diffstat (limited to 'tests/lib/files/mount/mountpoint.php')
-rw-r--r-- | tests/lib/files/mount/mountpoint.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/lib/files/mount/mountpoint.php b/tests/lib/files/mount/mountpoint.php index 29610e6058d..5a9c6de3e0a 100644 --- a/tests/lib/files/mount/mountpoint.php +++ b/tests/lib/files/mount/mountpoint.php @@ -31,10 +31,6 @@ class MountPoint extends \Test\TestCase { $this->assertEquals($storage, $mountPoint->getStorage()); $this->assertEquals(123, $mountPoint->getStorageId()); - $this->assertEquals('/mountpoint/', $mountPoint->getMountPoint()); - - $mountPoint->setMountPoint('another'); - $this->assertEquals('/another/', $mountPoint->getMountPoint()); } public function testInvalidStorage() { |