From 139ea6c5ce6969f776e207e310f17ee9e477a1e0 Mon Sep 17 00:00:00 2001 From: OCram85 Date: Mon, 12 Mar 2018 14:01:51 +0100 Subject: [PATCH] fix path to test cs file --- tests/ChallengeFile/01_Test-ChallengeFile.Tests.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ChallengeFile/01_Test-ChallengeFile.Tests.ps1 b/tests/ChallengeFile/01_Test-ChallengeFile.Tests.ps1 index 7b93681..ca61842 100644 --- a/tests/ChallengeFile/01_Test-ChallengeFile.Tests.ps1 +++ b/tests/ChallengeFile/01_Test-ChallengeFile.Tests.ps1 @@ -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 }