Skip to content

Commit

Permalink
fix: e2e folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
dbale-altoros committed Dec 20, 2023
1 parent a29462c commit eb3aed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/autofix-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ describe('e2e', function () {

describe('autofix rule: payable-fallback', () => {
before(function () {
params = retrieveParams('private-vars-underscore/')
params = retrieveParams('payable-fallback/')
currentConfig = `${params.path}${params.subpath}.solhint.json`
currentFile = `${params.path}${params.subpath}Foo1.sol`
beforeFixFile = `${params.path}${params.subpath}Foo1BeforeFix.sol`
Expand Down

0 comments on commit eb3aed3

Please sign in to comment.