Make tests style more uniform (#4812)

This commit is contained in:
Renan Souza
2024-01-02 13:31:33 -03:00
committed by GitHub
parent a72c9561b9
commit 04cb014144
18 changed files with 118 additions and 118 deletions

View File

@ -124,7 +124,7 @@ function shouldBehaveLikeMap() {
describe('get', function () {
it('existing value', async function () {
expect(await this.methods.get(this.keyA)).to.be.equal(this.valueA);
expect(await this.methods.get(this.keyA)).to.equal(this.valueA);
});
it('missing value', async function () {