Skip to content

Commit

Permalink
Fix docstring on TestResponse.assertNotOk()
Browse files Browse the repository at this point in the history
The docstring for said method seems to be copied from `assertOK()` and left unchanged.
  • Loading branch information
rahmatnazali authored Feb 26, 2024
1 parent 4d5c35c commit dffb0bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/Test/TestResponse.php
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ public function assertOK()
}

/**
* Asserts that the Response is considered OK.
* Asserts that the Response is considered not OK.
*
* @throws Exception
*/
Expand Down

0 comments on commit dffb0bb

Please sign in to comment.