Skip to content

Commit

Permalink
autofix e2e tests9
Browse files Browse the repository at this point in the history
  • Loading branch information
dbale-altoros committed Jul 1, 2024
1 parent 25a6fcb commit e95e2be
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 @@ -613,7 +613,7 @@ describe('e2e', function () {
expect(result).to.be.true
})
})
xdescribe('autofix rule: imports-order Foo2', () => {
describe('autofix rule: imports-order Foo2', () => {
before(function () {
params = retrieveParams('imports-order/')
currentConfig = `${params.path}${params.subpath}.solhint.json`
Expand Down

0 comments on commit e95e2be

Please sign in to comment.