Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
409H committed Feb 3, 2023
1 parent 780bddf commit 36513b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/tests/eth-sign.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ describe('Eth sign', function () {
fixtures: new FixtureBuilder()
.withPreferencesController({
disabledRpcMethodPreferences: {
eth_sign: true
}
eth_sign: true,
},
})
.withPermissionControllerConnectedToTestDapp()
.build(),
Expand Down

0 comments on commit 36513b1

Please sign in to comment.