Skip to content

Commit 01d5ac7

Browse files
chore: fix tests
1 parent 812cd5a commit 01d5ac7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/run_test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ if (-not(Test-Path -Path $testPath -PathType Leaf))
1010

1111
Install-PackageProvider NuGet -Force;
1212
If ($? -ne "True" ) { Throw };
13-
Install-Module -Force Pester;
13+
Install-Module -Force -SkipPublisherCheck Pester;
1414
If ($? -ne "True" ) { Throw };
1515

1616
$config=New-PesterConfiguration;

0 commit comments

Comments
 (0)