Skip to content

Commit

Permalink
Remove unnecessary .only
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestognw committed Jan 30, 2024
1 parent d551d5c commit ed00c2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/token/ERC721/utils/ERC721Utils.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const fixture = async () => {
return { operator, owner, utils, receivers };
};

describe.only('ERC721Utils', function () {
describe('ERC721Utils', function () {
beforeEach(async function () {
Object.assign(this, await loadFixture(fixture));
});
Expand Down

0 comments on commit ed00c2a

Please sign in to comment.