stuartleeks / PesterMatchArray

Array assertions for Pester
MIT License
10 stars 0 forks source link

BUG: arrays with the same items in different quantities do not fail unordered assertion #4

Closed stuartleeks closed 7 years ago

stuartleeks commented 7 years ago

When the arrays contained the same items in differing quantities they were erroneously deemed to be matching.

E.g. @(1, 1, 3) and @(1, 3, 3)

stuartleeks commented 7 years ago

Fixed by #3