Skip to content

Commit

Permalink
fix: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
santhoshmprabhu committed Jan 2, 2025
1 parent 1b57388 commit 884a8c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions staging/cse/windows/azurecnifunc.tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Describe 'Set-AzureCNIConfig' {

$actualConfigJson = Read-Format-Json $azureCNIConfigFile
$expectedConfigJson = Read-Format-Json ([Io.path]::Combine($azureCNIConfDir, "AzureCNI.Expect.CiliumNodeSubnet.conflist"))
$diffence = Compare-Object $actualConfigJson $expectedConfigJson
$diffence | Should -Be $null
$difference = Compare-Object $actualConfigJson $expectedConfigJson
$difference | Should -Be $null
}
}

Expand Down

0 comments on commit 884a8c9

Please sign in to comment.