mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-05 16:34:04 +00:00
Fix comment
This commit is contained in:
parent
8522ea3b4b
commit
56d198c189
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ test('MailTenancyBootstrapper reverts the config and mailer credentials to defau
|
||||||
|
|
||||||
expect(config('mail.mailers.smtp.password'))->toBe($defaultPassword);
|
expect(config('mail.mailers.smtp.password'))->toBe($defaultPassword);
|
||||||
|
|
||||||
// Assert that the current mailer uses the default smtp_password
|
// Assert that the current mailer uses the default SMTP password
|
||||||
assertMailerTransportUsesPassword($defaultPassword);
|
assertMailerTransportUsesPassword($defaultPassword);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue