Skip to content

Commit

Permalink
fix DeleteVisitMonitoringRecordsTest test
Browse files Browse the repository at this point in the history
  • Loading branch information
milwad-dev committed Jul 31, 2023
1 parent 04769d9 commit 9dde437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/DeleteVisitMonitoringRecordsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

test('rows are delete by 1 days', function () {
// Set delete days
config(['user-monitoring.visit_monitoring.delete_days', 1]);
config()->set('user-monitoring.visit_monitoring.delete_days', 1);

// Store old records for 1 day age
$user = createUser();
Expand Down

0 comments on commit 9dde437

Please sign in to comment.