diff --git a/darc-protocol/test/conditionTest/operationLogTest.ts b/darc-protocol/test/conditionTest/operationLogTest.ts index 1ecfecb..ff41b23 100644 --- a/darc-protocol/test/conditionTest/operationLogTest.ts +++ b/darc-protocol/test/conditionTest/operationLogTest.ts @@ -13,7 +13,7 @@ const target2 = "0x90F79bf6EB2c4f870365E785982E1f101E93b906"; const target3 = "0x870526b7973b56163a6997bb7c886f5e4ea53638"; -describe.only("operation log test", function () { +describe("operation log test", function () { it("should pass operation log test", async function () { const PluginTestFactory = await ethers.getContractFactory( "TestBaseContract"