From a0fbe458554eefa651e72694341d1531a6236e9d Mon Sep 17 00:00:00 2001 From: ochikov Date: Tue, 10 Oct 2023 16:12:03 +0300 Subject: [PATCH] fix integration tests and remove .only Signed-off-by: ochikov --- test/integration/TokenWipeIntegrationTest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/TokenWipeIntegrationTest.js b/test/integration/TokenWipeIntegrationTest.js index 0c50dbee0..de17e21d4 100644 --- a/test/integration/TokenWipeIntegrationTest.js +++ b/test/integration/TokenWipeIntegrationTest.js @@ -256,7 +256,7 @@ describe("TokenWipe", function () { } }); - it.only("should convert fromBytes", async function () { + it("should convert fromBytes", async function () { this.timeout(120000); const operatorId = env.operatorId;