Skip to content

Commit

Permalink
Re-added last 30 days
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 1c934fb commit 547a277
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/lib/SessionStatisticsTest.php
Original file line number Diff line number Diff line change
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['last7days']);
$this->assertSame(10, $result['last30days']);
}
}

0 comments on commit 547a277

Please sign in to comment.