Skip to content

Commit e7226c8

Browse files
committed
Fix test
1 parent 67f8d7b commit e7226c8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/ProjectTemplates/test/MvcTemplateTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,8 +174,8 @@ public async Task MvcTemplate_IndividualAuthImplAsync(bool useLocalDB)
174174
PageUrls.HomeUrl,
175175
PageUrls.PrivacyUrl,
176176
PageUrls.ForgotPassword,
177-
PageUrls.ResendEmailConfirmation,
178177
PageUrls.RegisterUrl,
178+
PageUrls.ResendEmailConfirmation,
179179
PageUrls.ExternalArticle,
180180
PageUrls.PrivacyUrl }
181181
},

src/ProjectTemplates/test/RazorPagesTemplateTest.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ public async Task RazorPagesTemplate_IndividualAuthImplAsync(bool useLocalDB)
174174
PageUrls.PrivacyUrl,
175175
PageUrls.ForgotPassword,
176176
PageUrls.RegisterUrl,
177+
PageUrls.ResendEmailConfirmation,
177178
PageUrls.ExternalArticle,
178179
PageUrls.PrivacyUrl }
179180
},

0 commit comments

Comments
 (0)