Skip to content

Commit 4956aa4

Browse files
committed
Add tests for ConvertToAst
1 parent 7ee987f commit 4956aa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tests/Private/ConvertToAst.Tests.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Describe "ConvertToAst" {
33

44
Context "It returns a ParseResult for file paths" {
55
$ParseResult = InModuleScope ModuleBuilder {
6-
ConvertToAst $PSCommandPath
6+
ConvertToAst -Code $PSCommandPath
77
}
88

99
It "Returns a ParseResult object" {

0 commit comments

Comments
 (0)