Refactor EnumerableSet.behavior.js for reuse in the community repo (#5441)

pull/5440/head^2
Hadrien Croubois 2 weeks ago committed by GitHub
parent ea736bd45b
commit 332bcb5f4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      test/utils/structs/EnumerableSet.behavior.js

@ -47,7 +47,7 @@ function shouldBehaveLikeSet() {
it('retrieves existing element', async function () { it('retrieves existing element', async function () {
await this.methods.add(this.valueA); await this.methods.add(this.valueA);
expect(await this.methods.at(0)).to.equal(this.valueA); expect(await this.methods.at(0)).to.deep.equal(this.valueA);
}); });
}); });

Loading…
Cancel
Save