Skip to content

Commit 6563294

Browse files
committed
Minor text changes in feature tests
1 parent 43de2dd commit 6563294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Feature/Api/AuthControllerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ public function testActivateIncorrectApi()
148148
$response = $this->request('get', '/api/en/activate/incorrect-activation-token');
149149

150150
$this->assertEquals('error', $response->get('status'));
151-
$this->assertEquals('There is no record matched to token', $response->get('message')[0]);
151+
$this->assertEquals('There is no record matched to the token', $response->get('message')[0]);
152152
}
153153

154154
public function testResetApi()
@@ -177,7 +177,7 @@ public function testResetIncorrectApi()
177177
$response = $this->request('post', '/api/en/reset/incorrect-activation-token');
178178

179179
$this->assertEquals('error', $response->get('status'));
180-
$this->assertEquals('There is no record matched to token', $response->get('message')[0]);
180+
$this->assertEquals('There is no record matched to the token', $response->get('message')[0]);
181181
}
182182

183183
public function testResendApi()

0 commit comments

Comments
 (0)