Skip to content

Commit

Permalink
Re-added last 30 days
Browse files Browse the repository at this point in the history
  • Loading branch information
akhil1508 committed Jan 11, 2021
1 parent 5cc5661 commit eb03ad5
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 eb03ad5

Please sign in to comment.