We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a18e746 commit 1b3f0b5Copy full SHA for 1b3f0b5
src/functions/assert/Equivalence/Should-BeEquivalent.ps1
@@ -609,7 +609,7 @@ function Compare-Equivalent {
609
return
610
}
611
612
- 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."
613
Compare-ObjectEquivalent -Expected $Expected -Actual $Actual -Property $Path -Options $Options
614
615
0 commit comments