fix path to test cs file
This commit is contained in:
parent
793035fa47
commit
139ea6c5ce
@ -27,7 +27,7 @@ Describe "Test-ChallengeFile" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
Context "Execute with parameter" {
|
Context "Execute with parameter" {
|
||||||
$TestChFile = "{0}\resources\Challenge.bin" -f $RepoRoot
|
$TestChFile = "{0}\resources\cs\Challenge.bin" -f $RepoRoot
|
||||||
It "Provide valid path" {
|
It "Provide valid path" {
|
||||||
Test-ChallengeFile -Path $TestChFile | Should -Be $true
|
Test-ChallengeFile -Path $TestChFile | Should -Be $true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user