Skip to content

Commit 0d88766

Browse files
committed
Format code.
1 parent f0b3ab8 commit 0d88766

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sitemap/Test/Unit/Model/ObserverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public function testScheduledGenerateSitemapsSendsExceptionEmail()
133133

134134
$this->emailNotificationMock->expects($this->once())
135135
->method('sendErrors')
136-
->with(['Sitemap Exception']);
136+
->with([$exception]);
137137

138138
$this->observer->scheduledGenerateSitemaps();
139139
}

0 commit comments

Comments
 (0)