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 @@ -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 ()
You can’t perform that action at this time.
0 commit comments