We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 352ab13 commit 1bed689Copy full SHA for 1bed689
test/utils/structs/EnumerableSet.behavior.js
@@ -47,7 +47,7 @@ function shouldBehaveLikeSet() {
47
48
it('retrieves existing element', async function () {
49
await this.methods.add(this.valueA);
50
- expect(await this.methods.at(0)).to.equal(this.valueA);
+ expect(await this.methods.at(0)).to.deep.equal(this.valueA);
51
});
52
53
0 commit comments