1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 19:54:04 +00:00

Update test name

This commit is contained in:
lukinovec 2022-11-22 06:52:55 +01:00
parent f1690f0951
commit d5e0e34087

View file

@ -22,7 +22,7 @@ test('tenancy swaps the MailManager singleton for an instance of TenancyMailMana
expect(app(MailManager::class))->toBeInstanceOf(TenancyMailManager::class);
});
test('SMTP mailer transporter uses the correct tenant credentials', function() {
test('SMTP mailer transport uses the correct tenant credentials', function() {
TenancyMailManager::$tenantMailers = ['smtp'];
MailTenancyBootstrapper::$credentialsMap = ['mail.mailers.smtp.password' => 'smtp_password'];