Skip to content

Commit

Permalink
fixed unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
amart241 committed Jan 30, 2025
1 parent 77bdc8b commit 6f65924
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ InModuleScope ScubaConfig {
}
context 'Handling repeated keys in YAML file' {
It 'Load config with dupliacte keys'{
$cfg = [ScubaConfig]::GetInstance()
# Load the first file and check the ProductNames value.

{[ScubaConfig]::GetInstance().LoadConfig((Join-Path -Path $PSScriptRoot -ChildPath "./MockLoadConfig.yaml"))} | Should -Throw
Expand Down

0 comments on commit 6f65924

Please sign in to comment.