Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
YouStillAlive committed Feb 12, 2024
1 parent 1dd6815 commit 6450246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/9_Nameable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SignerWithAddress } from '@nomiclabs/hardhat-ethers/signers';
import { expect } from 'chai';
import { ethers } from 'hardhat';

describe('ERC20 Helper tests', function () {
describe('Nameable tests', function () {
let nameable: Nameable;
let owner: SignerWithAddress;

Check notice on line 9 in test/9_Nameable.ts

View check run for this annotation

codefactor.io / CodeFactor

test/9_Nameable.ts#L9

'owner' is assigned a value but never used. (@typescript-eslint/no-unused-vars)
const name = 'TEST name';
Expand Down

0 comments on commit 6450246

Please sign in to comment.