Skip to content

Commit 3c40c64

Browse files
committed
Fix template test
1 parent c8bcb96 commit 3c40c64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ProjectTemplates/test/Helpers/TemplatePackageInstaller.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ private static async Task InstallTemplatePackages(ITestOutputHelper output)
8989
.Where(p => _templatePackages.Any(t => Path.GetFileName(p).StartsWith(t, StringComparison.OrdinalIgnoreCase)))
9090
.ToArray();
9191

92-
Assert.Equal(5, builtPackages.Length);
92+
Assert.Equal(4, builtPackages.Length);
9393

9494
/*
9595
* The templates are indexed by path, for example:

0 commit comments

Comments
 (0)