Fix template test
This commit is contained in:
parent
c8bcb96d59
commit
3c40c64d3d
|
|
@ -89,7 +89,7 @@ namespace Templates.Test.Helpers
|
||||||
.Where(p => _templatePackages.Any(t => Path.GetFileName(p).StartsWith(t, StringComparison.OrdinalIgnoreCase)))
|
.Where(p => _templatePackages.Any(t => Path.GetFileName(p).StartsWith(t, StringComparison.OrdinalIgnoreCase)))
|
||||||
.ToArray();
|
.ToArray();
|
||||||
|
|
||||||
Assert.Equal(5, builtPackages.Length);
|
Assert.Equal(4, builtPackages.Length);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* The templates are indexed by path, for example:
|
* The templates are indexed by path, for example:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue