text changes
This commit is contained in:
@@ -123,7 +123,7 @@ describe("UserEngagementEmailService", () => {
|
||||
ownerName: "John",
|
||||
itemName: "Power Drill",
|
||||
deletionReason: "Violated community guidelines",
|
||||
supportEmail: "support@villageshare.com",
|
||||
supportEmail: "support@email.com",
|
||||
dashboardUrl: "http://localhost:3000/owning",
|
||||
}),
|
||||
);
|
||||
@@ -183,7 +183,7 @@ describe("UserEngagementEmailService", () => {
|
||||
expect.objectContaining({
|
||||
userName: "John",
|
||||
banReason: "Multiple policy violations",
|
||||
supportEmail: "support@villageshare.com",
|
||||
supportEmail: "support@email.com",
|
||||
}),
|
||||
);
|
||||
expect(service.emailClient.sendEmail).toHaveBeenCalledWith(
|
||||
|
||||
Reference in New Issue
Block a user