Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio authored Dec 28, 2022
1 parent fc20b47 commit 32e3b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/utils/Strings.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ contract('Strings', function (accounts) {
it('compares two empty strings', async function () {
expect(await this.strings.methods['equal(string,string)']('', '')).to.equal(true);
});

it('compares two equal strings', async function () {
expect(await this.strings.methods['equal(string,string)']('a', 'a')).to.equal(true);
});
Expand Down

0 comments on commit 32e3b4d

Please sign in to comment.