Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
will-craig committed Jan 13, 2025
1 parent d160893 commit a4f88e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UI.AutomationTests/Admin/Booking/EditMultiDayHearingTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,11 @@ public async Task EditThisAndUpcomingDaysOfMultiDayHearing()
bookingDetailsPage = SearchAndViewHearing(bookingDetailPage, hearingDto);
bookingDetailsPage.ValidateDetailsPage(hearingDto);
}
await ValidatorEmailNotifications(hearingDto);
await ValidateEmailNotifications(hearingDto);
Assert.Pass();
}

private async Task ValidatorEmailNotifications(BookingDto hearingDto)
private async Task ValidateEmailNotifications(BookingDto hearingDto)
{
//Validate Judge email notification
await EmailNotificationService.ValidateEmailReceived(hearingDto.Judge.Username, EmailTemplates.JudgeHearingConfirmation);
Expand Down

0 comments on commit a4f88e3

Please sign in to comment.