Skip to content

Commit c3d0a61

Browse files
committed
Fix test
1 parent f590cb2 commit c3d0a61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/test/Templates.Tests/IdentityUIPackageTest.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ public async Task IdentityUIPackage_WorksWithDifferentOptions()
121121
await project.RunDotNetEfCreateMigrationAsync("razorpages");
122122
project.AssertEmptyMigration("razorpages");
123123

124-
var versionValidator = "Bootstrap v5.1.0";
124+
var versionValidator = "Bootstrap v5.3.3";
125125
using (var aspNetProcess = project.StartBuiltProjectAsync())
126126
{
127127
Assert.False(

0 commit comments

Comments
 (0)