Skip to content

Commit

Permalink
DeviceFingerprint(Tests): Fix extra space after Describe
Browse files Browse the repository at this point in the history
  • Loading branch information
alagoutte committed Apr 11, 2021
1 parent 84681f8 commit 65f16da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/integration/DeviceFingerprint.Tests.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ BeforeAll {
Connect-ArubaCP @invokeParams
}

Describe "Get Device FingerPrint" {
Describe "Get Device FingerPrint" {

BeforeAll {
if ($VersionBefore690 -eq 0) {
Expand Down Expand Up @@ -70,7 +70,7 @@ Describe "Get Device FingerPrint" {
}
}

Describe "Add Device Fingerprint" {
Describe "Add Device Fingerprint" {

It "Add Device Fingerprint with hostname" -Skip:$VersionBefore690 {
Add-ArubaCPDeviceFingerprint -mac_address 00-01-02-03-04-07 -hostname pester_PowerArubaCP
Expand Down

0 comments on commit 65f16da

Please sign in to comment.