Skip to content

Commit

Permalink
chore: remove .only
Browse files Browse the repository at this point in the history
Signed-off-by: svetoslav-nikol0v <[email protected]>
  • Loading branch information
svetoslav-nikol0v committed Feb 29, 2024
1 parent a58be38 commit bd52820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/EthereumTransactionIntegrationTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit bd52820

Please sign in to comment.