Skip to content

Commit

Permalink
update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
warcooft authored Jul 18, 2024
1 parent ca137a3 commit 941b72e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/Controllers/RegisterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,7 @@ public function testRegisterActionRedirectsIfTokenNotMatch(): void
$result->assertStatus(302);
$result->assertRedirect();
$result->assertRedirectTo('/auth/a/show');
$result->assertSee(lang('Auth.invalidActivateToken'));
}

protected function setupConfig(): void
Expand Down

0 comments on commit 941b72e

Please sign in to comment.