Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
icewind1991 committed Oct 11, 2016
1 parent f89bc0a commit ab458d9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/lib/User/SessionTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -894,9 +894,6 @@ public function testValidateSessionNoPassword() {
->method('getPassword')
->with($token, 'APP-PASSWORD')
->will($this->throwException(new \OC\Authentication\Exceptions\PasswordlessTokenException()));
$tokenProvider->expects($this->once())
->method('updateToken')
->with($token);

$this->invokePrivate($userSession, 'validateSession', [$user]);

Expand Down

0 comments on commit ab458d9

Please sign in to comment.