fix path to test cs file

This commit is contained in:
OCram85 2018-03-12 14:01:51 +01:00
parent 793035fa47
commit 139ea6c5ce
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ Describe "Test-ChallengeFile" {
}
}
Context "Execute with parameter" {
$TestChFile = "{0}\resources\Challenge.bin" -f $RepoRoot
$TestChFile = "{0}\resources\cs\Challenge.bin" -f $RepoRoot
It "Provide valid path" {
Test-ChallengeFile -Path $TestChFile | Should -Be $true
}