Skip to content

Commit eefc6a5

Browse files
Update VisitMonitoringTest.php
TYPO: fixed spelling from `expect` to `except`
1 parent 47b139f commit eefc6a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/VisitMonitoringTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
});
3939

4040
test('check except pages are not store', function () {
41-
config()->set('user-monitoring.visit_monitoring.expect_pages', ['/']);
41+
config()->set('user-monitoring.visit_monitoring.except_pages', ['/']);
4242

4343
$response = get('/');
4444
$response->assertContent('milwad');

0 commit comments

Comments
 (0)