Skip to content

Commit

Permalink
Rename Pester tests for streams on Update-AUPackages
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Démoulins authored and majkinetor committed Oct 29, 2017
1 parent d5c8251 commit b07011f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Update-AUPackages.Streams.Tests.ps1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
remove-module AU -ea ignore
import-module $PSScriptRoot\..\AU

Describe 'Update-AUPackages' -Tag updateallstreams {
Describe 'Update-AUPackages using streams' -Tag updateallstreams {
$saved_pwd = $pwd

function global:nuspec_file() { [xml](gc $PSScriptRoot/test_package_with_streams/test_package_with_streams.nuspec) }
Expand Down

0 comments on commit b07011f

Please sign in to comment.