File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ final class EmailActivatorTest extends TestCase
17
17
public function testShowCannotGetPendingLoginUser (): void
18
18
{
19
19
$ this ->expectException (RuntimeException::class);
20
- $ this ->expectExceptionMessage ('Cannot get the pending login User ' );
20
+ $ this ->expectExceptionMessage ('Cannot get the pending login User. ' );
21
21
22
22
$ activator = new EmailActivator ();
23
23
@@ -27,7 +27,7 @@ public function testShowCannotGetPendingLoginUser(): void
27
27
public function testVerifyCannotGetPendingLoginUser (): void
28
28
{
29
29
$ this ->expectException (RuntimeException::class);
30
- $ this ->expectExceptionMessage ('Cannot get the pending login User ' );
30
+ $ this ->expectExceptionMessage ('Cannot get the pending login User. ' );
31
31
32
32
$ activator = new EmailActivator ();
33
33
$ request = Services::incomingrequest (null , false );
You can’t perform that action at this time.
0 commit comments