Skip to content

Commit 127b9cf

Browse files
committed
test: fix test method name
1 parent 69e79fb commit 127b9cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/Database/Live/EscapeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ protected function setUp(): void
3838
*
3939
* @see https://github.com/codeigniter4/CodeIgniter4/issues/606
4040
*/
41-
public function testEscapeProtectsNegativeNumbers()
41+
public function testDoesNotEscapeNegativeNumbers()
4242
{
4343
$this->assertSame(-100, $this->db->escape(-100));
4444
}

0 commit comments

Comments
 (0)