Skip to content

Commit 6b5761a

Browse files
committed
Add tests for ConvertToAst
1 parent b9aa472 commit 6b5761a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/Private/ConvertToAst.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Describe "ConvertToAst" {
44
Context "It returns a ParseResult for file paths" {
55
BeforeAll {
66
$ParseResult = InModuleScope ModuleBuilder {
7-
ConvertToAst $PSCommandPath
7+
ConvertToAst -Code $PSCommandPath
88
}
99
}
1010

0 commit comments

Comments
 (0)