Skip to content

Commit a18f55e

Browse files
committed
test: add dot in expectation
1 parent 4dfdaa5 commit a18f55e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/EmailActivatorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ final class EmailActivatorTest extends TestCase
1717
public function testShowCannotGetPendingLoginUser(): void
1818
{
1919
$this->expectException(RuntimeException::class);
20-
$this->expectExceptionMessage('Cannot get the pending login User');
20+
$this->expectExceptionMessage('Cannot get the pending login User.');
2121

2222
$activator = new EmailActivator();
2323

@@ -27,7 +27,7 @@ public function testShowCannotGetPendingLoginUser(): void
2727
public function testVerifyCannotGetPendingLoginUser(): void
2828
{
2929
$this->expectException(RuntimeException::class);
30-
$this->expectExceptionMessage('Cannot get the pending login User');
30+
$this->expectExceptionMessage('Cannot get the pending login User.');
3131

3232
$activator = new EmailActivator();
3333
$request = Services::incomingrequest(null, false);

0 commit comments

Comments
 (0)