Skip to content

Commit

Permalink
fix: fix typo (#1623)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiorigam authored Jan 2, 2025
1 parent 7f6a2b0 commit 45757e7
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

1 comment on commit 45757e7

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99% (4370/4414) 97.55% (1399/1434) 99.01% (906/915)
Title Tests Skipped Failures Errors Time
core 836 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 21s ⏱️
network 729 0 πŸ’€ 0 ❌ 0 πŸ”₯ 5m 2s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.636s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.672s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 0s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 22s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 12s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 3s ⏱️

Please sign in to comment.