Skip to content

Commit

Permalink
Issue #3138802 by sja112, kkalashnikov: Fix "snafus" relevant typos i…
Browse files Browse the repository at this point in the history
…n core

(cherry picked from commit da2fb105717bb0eb3746547ddbec9e5c3c82d0a1)
  • Loading branch information
xjm committed May 29, 2020
1 parent 3e97ea5 commit 2dba154
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
}

Expand Down

0 comments on commit 2dba154

Please sign in to comment.