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

Commit b0a334f

Browse files
committed
Shorten length of third parameter
1 parent d54fac9 commit b0a334f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MailTracking.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ protected function seeEmailPriorityEquals($priority, Swift_Message $message = nu
199199
->getPriority();
200200

201201
$this->assertEquals($priority, $actual_priority,
202-
"The last email sent had a priority of $actual_priority but expected $priority.");
202+
"The last email sent had a priority of $actual_priority but expected $priority.");
203203

204204
return $this;
205205
}

0 commit comments

Comments
 (0)