Skip to content

Commit 25dc5db

Browse files
committed
Fixed typo on test method name
1 parent 14a4af9 commit 25dc5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/FetchTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function testFetchOne()
5252
$this->assertEquals(2,$result->fetchRow('number'));
5353
}
5454

55-
public function testCorrentInitOnFetchRow()
55+
public function testCorrectInitOnFetchRow()
5656
{
5757
$result = $this->client->select(
5858
'SELECT number FROM system.numbers LIMIT 5'

0 commit comments

Comments
 (0)