Skip to content

Commit

Permalink
Update src/functions/assert/Equivalence/Should-BeEquivalent.ps1
Browse files Browse the repository at this point in the history
Co-authored-by: Frode Flaten <3436158+fflaten@users.noreply.github.com>
  • Loading branch information
nohwnd and fflaten authored May 20, 2024
1 parent a18e746 commit 1b3f0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/functions/assert/Equivalence/Should-BeEquivalent.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ function Compare-Equivalent {
return
}

v "`$Expected is an object of type $$Expected.GetType(), we will be comparing `$Actual to objects."
v "`$Expected is an object of type $(Format-Nicely2 $Expected.GetType()), we will be comparing `$Actual to objects."
Compare-ObjectEquivalent -Expected $Expected -Actual $Actual -Property $Path -Options $Options
}

Expand Down

0 comments on commit 1b3f0b5

Please sign in to comment.