Skip to content

Commit

Permalink
Fixes linting
Browse files Browse the repository at this point in the history
Signed-off-by: akhil <akhil.potukuchi@gmail.com>
  • Loading branch information
akhil1508 committed Jan 12, 2021
1 parent 27a63fc commit 1c934fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/lib/SessionStatisticsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SessionStatisticsTest extends TestCase {

private $table = 'authtoken';

private $5Minutes = 300;
private $offset5Minutes = 300;

private $offset1Hour = 3600;

Expand Down Expand Up @@ -109,6 +109,6 @@ public function testGetSessionStatistics() {
$this->assertSame(4, $result['last1hour']);
$this->assertSame(6, $result['last24hours']);
$this->assertSame(8, $result['last7days']);
$this->assertSame(10, $result['last30days']);
$this->assertSame(10, $result['last7days']);
}
}

0 comments on commit 1c934fb

Please sign in to comment.