Skip to content

Commit

Permalink
Merge pull request codeigniter4#8585 from rahmatnazali/patch-1
Browse files Browse the repository at this point in the history
docs: fix docstring on `TestResponse.assertNotOk()`
  • Loading branch information
kenjis authored Feb 26, 2024
2 parents 4d5c35c + dffb0bb commit 8d281e2
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 8d281e2

Please sign in to comment.