Skip to content

Commit

Permalink
chore: update test/validator.test.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Gas <[email protected]>
  • Loading branch information
dristpunk and gas1cent authored Jan 25, 2024
1 parent beeacd7 commit 776362c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/validator.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ describe('Validator', () => {
expect(result).toContainEqual(`@return missing for unnamed return №2`);
});

it('should warn of missed unnamed return', () => {
it('should warn of a missing unnamed return', () => {
node = contract.vFunctions.find(({ name }) => name === 'externalSimpleMultipleUnnamedReturn')!;
let natspec = {
tags: [
Expand Down

0 comments on commit 776362c

Please sign in to comment.