diff --git a/test/integration/EthereumTransactionIntegrationTest.js b/test/integration/EthereumTransactionIntegrationTest.js index ba06d3ee9..b9153ef07 100644 --- a/test/integration/EthereumTransactionIntegrationTest.js +++ b/test/integration/EthereumTransactionIntegrationTest.js @@ -18,7 +18,7 @@ import * as rlp from "@ethersproject/rlp"; import IntegrationTestEnv from "./client/NodeIntegrationTestEnv.js"; import * as hex from "../../src/encoding/hex.js"; -describe.only("EthereumTransactionIntegrationTest", function () { +describe("EthereumTransactionIntegrationTest", function () { let env, operatorKey, wallet, contractAddress, operatorId; before(async function () {