Skip to content

Commit

Permalink
Small change to use already existing helper method for AB#16785.
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianMaki committed Jul 26, 2024
1 parent ca18b83 commit ed35282
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class UserEmailServiceV2Tests
public async Task ShouldVerifyEmailAddressAsync(bool changeFeedEnabled)
{
// Arrange
Times expectedNotificationChannelVerifiedEventTimes = changeFeedEnabled ? Times.Once() : Times.Never();
Times expectedNotificationChannelVerifiedEventTimes = ConvertToTimes(changeFeedEnabled);

VerifyEmailAddressMock mock = SetupVerifyEmailAddressMock(changeFeedEnabled);

Expand Down

0 comments on commit ed35282

Please sign in to comment.