Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit c0e9323

Browse files
committed
Clarify name of test
1 parent c506410 commit c0e9323

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/MailTrackingTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ public function it_checks_email_to_address()
292292
* @test
293293
* @group unit
294294
*/
295-
public function it_knows_if_email_has_not_been_sent_or_not()
295+
public function it_knows_if_email_has_been_sent_or_not()
296296
{
297297
$this->assertEquals($this->mail_tracking, $this->callProtectedMethod('seeEmailWasNotSent'));
298298

0 commit comments

Comments
 (0)