Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Benjamin Gaussorgues <[email protected]>
  • Loading branch information
Altahrim committed Oct 24, 2024
1 parent 5cce50a commit b0e22ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/User/ManagerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ public function testRecentlyActive(): void {
$manager = \OCP\Server::get(IUserManager::class);

// Create some users
$now = (string)time();
$now = (string)time() + 100000;
$user1 = $manager->createUser('test_active_1', 'test_active_1');
$config->setUserValue('test_active_1', 'login', 'lastLogin', $now);
$user1->setDisplayName('test active 1');
Expand Down

0 comments on commit b0e22ba

Please sign in to comment.