Skip to content

Commit

Permalink
fix readme test
Browse files Browse the repository at this point in the history
  • Loading branch information
majkinetor authored Oct 31, 2017
1 parent c7a4dc9 commit 117c931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Update-Package.Streams.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Describe 'Update-Package using streams' -Tag updatestreams {
}

$res = update
$res.Result -match 'Setting package description from README.md' | Should Be $true
$res.Result -match 'Setting package description from README.md' | Should Not BeNullOrEmpty
}

It 'does not set description from README.md with NoReadme parameter' {
Expand Down

0 comments on commit 117c931

Please sign in to comment.