Skip to content
Snippets Groups Projects
Commit 628cef1d authored by Jess's avatar Jess
Browse files

Issue #3138802 by sja112, kkalashnikov: Fix "snafus" relevant typos in core

(cherry picked from commit da2fb105)
parent 66cd2a4b
No related branches found
No related tags found
No related merge requests found
......@@ -96,7 +96,7 @@ protected function setUp() {
*/
public function testRead() {
$this->calls_to_fetch = 0;
$results = $this->commentStatistics->read(['1' => 'boo', '2' => 'foo'], 'snafoos');
$results = $this->commentStatistics->read(['1' => 'boo', '2' => 'foo'], 'snafus');
$this->assertEquals($results, ['something', 'something-else']);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment