summaryrefslogtreecommitdiffstats
path: root/tests/lib/session
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/session')
-rw-r--r--tests/lib/session/memory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/session/memory.php b/tests/lib/session/memory.php
index 750fcf2ec6f..dbf2737fb3f 100644
--- a/tests/lib/session/memory.php
+++ b/tests/lib/session/memory.php
@@ -17,7 +17,7 @@ class Memory extends Session {
}
/**
- * @expectedException \Exception
+ * @expectedException OCP\Session\Exceptions\SessionNotAvailableException
*/
public function testThrowsExceptionOnGetId() {
$this->instance->getId();