Skip to content

Commit ad885d3

Browse files
Fix tests suffix
1 parent 6310f1c commit ad885d3

5 files changed

Lines changed: 1 addition & 1 deletion

File tree

test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function Copy-Exercises {
5151

5252
function Enable-All-Tests {
5353
Write-Output "Enabling all tests"
54-
Get-ChildItem -Path $buildDir -Include "*Test.cs" -Recurse | ForEach-Object {
54+
Get-ChildItem -Path $buildDir -Include "*Tests.cs" -Recurse | ForEach-Object {
5555
(Get-Content $_.FullName) -replace "Skip = ""Remove to run test""", "" | Set-Content $_.FullName
5656
}
5757
}

0 commit comments

Comments
 (0)