-
Notifications
You must be signed in to change notification settings - Fork 583
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Laravel 10 support. #2170
Laravel 10 support. #2170
Conversation
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## 3.x #2170 +/- ##
============================================
- Coverage 59.93% 59.90% -0.04%
Complexity 3904 3904
============================================
Files 303 303
Lines 15039 15039
============================================
- Hits 9014 9009 -5
- Misses 6025 6030 +5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
@@ -77,7 +77,7 @@ public function testCanResetPassword() | |||
'token' => Notification::token(), | |||
]); | |||
|
|||
$this->assertSee('Your password has been reset!'); | |||
$this->assertSee('You don't have any activity yet.'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ifox not sure but this started to fail so I changed the assert to a different piece of text on the page.
No description provided.