diff --git a/LiteCharms.Features.Tests/NotificationsFeatureTests.cs b/LiteCharms.Features.Tests/NotificationsFeatureTests.cs index 05b9f9f..2b500e8 100644 --- a/LiteCharms.Features.Tests/NotificationsFeatureTests.cs +++ b/LiteCharms.Features.Tests/NotificationsFeatureTests.cs @@ -1,6 +1,7 @@ using LiteCharms.Features.Models; using LiteCharms.Features.Shop.Notifications; using LiteCharms.Features.Shop.Notifications.Events; +using static LiteCharms.Features.Extensions.Email; namespace LiteCharms.Features.Tests; @@ -20,8 +21,8 @@ public class NotificationsFeatureTests(CommonFixture fixture, ITestOutputHelper Priority = Shop.Priorities.Medium, Sender = "xUnit Test", SenderAddress = "khwezi@mngoma.africa", - Recipient = $"{Email.Extensions.Constants.ShopEmailFromName} [Test]", - RecipientAddress = Email.Extensions.Constants.ShopEmailFromAddress, + Recipient = $"{ShopEmailFromName} [Test]", + RecipientAddress = ShopEmailFromAddress, Subject = "Test Message", Message = "This is an automation test", IsHtml = false,