File tree 2 files changed +2
-2
lines changed
packages/hardhat-core/test/internal/solidity
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ pub struct AccessListItem {
35
35
/// Accessed address
36
36
pub address : Address ,
37
37
/// Accessed storage keys
38
- // In JSON, we have to accept null as well for storage key, but we don't want to to change the
38
+ // In JSON, we have to accept null as well for storage key, but we don't want to change the
39
39
// type to Option<Vec<_>> as that's invalid in RLP.
40
40
#[ cfg_attr(
41
41
feature = "serde" ,
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ describe("Resolver", function () {
173
173
) ;
174
174
} ) ;
175
175
176
- it ( "Should be local if its first directory exists in the project, even it it doesn't exist" , async function ( ) {
176
+ it ( "Should be local if its first directory exists in the project, even if it doesn't exist" , async function ( ) {
177
177
await expectHardhatErrorAsync (
178
178
( ) => resolver . resolveSourceName ( "contracts/non-existent.sol" ) ,
179
179
ERRORS . RESOLVER . FILE_NOT_FOUND
You can’t perform that action at this time.
0 commit comments