Skip to content

Commit 1fa9d92

Browse files
committed
Fix integration test
1 parent d4be8ce commit 1fa9d92

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Tests/Integration/Source1.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Describe "Regression test for #55: I can pass SourceDirectories and PublicFilter
6262
$Metadata = Import-Metadata $Output.Path
6363

6464
It "Should not have any FunctionsToExport if SourceDirectories don't match the PublicFilter" {
65-
$Metadata.FunctionsToExport | Should -Be @("GetFinale", "GetPreview")
65+
$Metadata.FunctionsToExport | Should -Be @("Get-TestNotExportedAliases", "GetFinale", "GetPreview")
6666
}
6767

6868
It "Should update AliasesToExport in the manifest" {

0 commit comments

Comments
 (0)