Skip to content

Commit

Permalink
fix: delete whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
heueristik committed Aug 28, 2023
1 parent 669b359 commit 969fddc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ describe('MajorityVotingMock', function () {
});
});

describe('ERC-165 ', async () => {
describe('ERC-165', async () => {
it('does not support the empty interface', async () => {
expect(await votingBase.supportsInterface('0xffffffff')).to.be.false;
});
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ describe('TokenVoting', function () {
});
});

describe('ERC-165 ', async () => {
describe('ERC-165', async () => {
it('does not support the empty interface', async () => {
expect(await voting.supportsInterface('0xffffffff')).to.be.false;
});
Expand Down

0 comments on commit 969fddc

Please sign in to comment.