Skip to content

Commit 03c519a

Browse files
committed
Fix typo in method name
1 parent b31e6bf commit 03c519a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Translation/Test/Unit/Model/Js/ConfigTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public function testDictionaryEnabled()
5757
$this->assertTrue($this->model->dictionaryEnabled());
5858
}
5959

60-
public function testgetPatterns()
60+
public function testGetPatterns()
6161
{
6262
$this->assertEquals($this->patterns, $this->model->getPatterns());
6363
}

0 commit comments

Comments
 (0)