Skip to content

Commit

Permalink
be default -> by default (#5512)
Browse files Browse the repository at this point in the history
  • Loading branch information
pendrue authored Feb 14, 2025
1 parent 64954d8 commit 11f92b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/token/ERC6909/extensions/ERC6909ContentURI.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -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('');
});

Expand All @@ -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('');
});

Expand Down

0 comments on commit 11f92b7

Please sign in to comment.