`be default` -> `by default` (#5512)

typo-fixes
pendrue 4 days ago committed by GitHub
parent 64954d83da
commit 11f92b70e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      test/token/ERC6909/extensions/ERC6909ContentURI.test.js

@ -13,7 +13,7 @@ describe('ERC6909ContentURI', function () {
});
describe('contractURI', function () {
it('is empty string be default', async function () {
it('is empty string by default', async function () {
await expect(this.token.contractURI()).to.eventually.equal('');
});
@ -28,7 +28,7 @@ describe('ERC6909ContentURI', function () {
});
describe('tokenURI', function () {
it('is empty string be default', async function () {
it('is empty string by default', async function () {
await expect(this.token.tokenURI(1n)).to.eventually.equal('');
});

Loading…
Cancel
Save