Skip to content

Commit

Permalink
Update operationLogTest.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lidangzzz committed Jan 18, 2024
1 parent 93d30d0 commit 23e97b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darc-protocol/test/conditionTest/operationLogTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 23e97b8

Please sign in to comment.