Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanScherer committed Apr 22, 2019
1 parent 5bfdc27 commit e3d4293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chocolatey/test.ps1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$version=$(docker run chocolatey choco --version)
$expected="0.10.11"
$expected="0.10.13"
if ($version -ne $expected) {
throw "Wrong Chocolatey version. Got $version, expected $expected!"
}
Expand Down

0 comments on commit e3d4293

Please sign in to comment.