pull/1910/head
yann300 3 years ago
parent 65de849f98
commit dd27d443b0
  1. 4
      apps/remix-ide-e2e/src/tests/plugin_api.ts

@ -340,8 +340,8 @@ module.exports = {
.perform(async () => {
const request = {
id: 9999,
jsonrpc: "2.0",
method: "net_listening",
jsonrpc: '2.0',
method: 'net_listening',
params: []
}
const result = true

Loading…
Cancel
Save