Skip to content

Commit

Permalink
fixed global issue where ConvertFrom-Yaml is defined
Browse files Browse the repository at this point in the history
  • Loading branch information
amart241 committed Jan 30, 2025
1 parent cb43a0e commit 77bdc8b
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ InModuleScope ScubaConfig {
[ScubaConfig]::GetInstance().LoadConfig($PSCommandPath) | Should -BeTrue
Should -Invoke -CommandName Write-Warning -Exactly -Times 1
}
AfterAll {
Remove-Item function:\ConvertFrom-Yaml
}
}
}
}

0 comments on commit 77bdc8b

Please sign in to comment.