Skip to content

Commit 0ad654a

Browse files
author
Philippe Crama
committed
Adapt to path change of validator dlls from ScoopInstaller/Scoop#2024
1 parent 48880f3 commit 0ad654a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Scoop-Bucket.Tests.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,9 +154,9 @@ describe "manifest-validation" {
154154
beforeall {
155155
$working_dir = setup_working "manifest"
156156
$schema = "$env:SCOOP_HOME/schema.json"
157-
Add-Type -Path "$env:SCOOP_HOME\supporting\validator\Newtonsoft.Json.dll"
158-
Add-Type -Path "$env:SCOOP_HOME\supporting\validator\Newtonsoft.Json.Schema.dll"
159-
Add-Type -Path "$env:SCOOP_HOME\supporting\validator\Scoop.Validator.dll"
157+
Add-Type -Path "$env:SCOOP_HOME\supporting\validator\bin\Newtonsoft.Json.dll"
158+
Add-Type -Path "$env:SCOOP_HOME\supporting\validator\bin\Newtonsoft.Json.Schema.dll"
159+
Add-Type -Path "$env:SCOOP_HOME\supporting\validator\bin\Scoop.Validator.dll"
160160
}
161161

162162
it "Scoop.Validator is available" {

0 commit comments

Comments
 (0)