Skip to content

Commit 3ca23cc

Browse files
authored
Merge pull request dfinke#10 from SQLvariant/Small-Typo
Corrected small file extension typo
2 parents 6eb8a9c + 8a3b611 commit 3ca23cc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎__tests__/ConvertToPowerShellNotebook.tests.ps1‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Import-Module $PSScriptRoot\..\PowerShellNotebook.psd1 -Force
33
Describe "Test ConvertTo-PowerShellNoteBook" {
44
It "Should convert the file to an ipynb" {
55
$demoTextFile = "$PSScriptRoot\DemoFiles\demo.txt"
6-
$fullName = "TestDrive:\testConverted.ipnyb"
6+
$fullName = "TestDrive:\testConverted.ipynb"
77

88
ConvertTo-PowerShellNoteBook -InputFileName $demoTextFile -OutputNotebookName $fullName
99
{ Test-Pat $fullName } | Should Be $true
@@ -30,7 +30,7 @@ Describe "Test ConvertTo-PowerShellNoteBook" {
3030

3131
It "Should convert the file to an ipynb" {
3232
$demoTextFile = "$PSScriptRoot\DemoFiles\GetParsedSqlOffsets.ps1"
33-
$fullName = "TestDrive:\GetParsedSqlOffsets.ipnyb"
33+
$fullName = "TestDrive:\GetParsedSqlOffsets.ipynb"
3434

3535
ConvertTo-PowerShellNoteBook -InputFileName $demoTextFile -OutputNotebookName $fullName
3636
{ Test-Path $fullName } | Should Be $true

0 commit comments

Comments
 (0)