Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam committed Dec 31, 2024
1 parent c991d52 commit 1a2eec8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('VechainHelloWorldWithNonEmptyConstructor', function () {
expect(helloMessage).to.equal('Hello world from Vechain!');
});

it('should break with an specific error due to insufficient VTHO', async function () {
it('should break with a specific error due to insufficient VTHO', async function () {
const accountWithNoVTHO = await ethers.getSigner(
'0xB381e7da548601B1CCB05C66d415b20baE40d828'
);
Expand Down

0 comments on commit 1a2eec8

Please sign in to comment.