Skip to content

Commit e2a90fd

Browse files
committed
chore(emails): fix test formatting
1 parent 8c039cf commit e2a90fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Feature/EmailCoverageTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
null,
102102
$this->sender
103103
);
104-
104+
105105
// The site ID property should exist (may be null in test environment)
106106
expect(property_exists($mail, 'siteId'))->toBeTrue();
107107
});

0 commit comments

Comments
 (0)