Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix invalid test for "does not walk the same property twice"
The previous test only worked because of a faulty implementation in our source, once that is fixed, this test will fail, because we walk ALL own properties. Instead, this test has been rewritten to ensure that each property is only examined once, by looking at what property names have been used.
- Loading branch information