Make tests style more uniform (#4812)
This commit is contained in:
@ -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 () {
|
||||
|
||||
Reference in New Issue
Block a user