Skip to content

Commit

Permalink
Update expression-test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
lidangzzz committed Feb 8, 2024
1 parent cea8cd6 commit 4cab3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darc-js/tests/expression-test/expression-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function toBigIntArray(array: number[]): bigint[] {
return bigIntArray;
}

describe.only('expression node basic test', () => {
describe('expression node basic test', () => {
it ('should run the program "add and enable plugin" with generated condition node list in SDK', async () => {
const darc_contract_address = await deployDARC(DARC_VERSION.Latest, signer);
await executeOperationList(
Expand Down

0 comments on commit 4cab3d5

Please sign in to comment.