Skip to content

Commit

Permalink
Update externalCallTest.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lidangzzz committed Feb 23, 2024
1 parent d5ba17f commit 64439ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darc-protocol/test/conditionTest/externalCallTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const target2 = "0x90F79bf6EB2c4f870365E785982E1f101E93b906";

const target3 = "0x870526b7973b56163a6997bb7c886f5e4ea53638";

describe("external oracle condition test", function () {
describe("external oracle external call condition test", function () {
it("should pass external oracle condition test", async function () {
const TestOracleFactory = await ethers.getContractFactory(
"TestOracleContract"
Expand Down

0 comments on commit 64439ab

Please sign in to comment.