Skip to content

Commit 1d3e9cc

Browse files
committed
fmt
1 parent c4182df commit 1d3e9cc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/e2e/src/tickets/drel1157-la-decryptandcombine.spec.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,5 @@ describe('drel1157 decryptAndCombine Lit Action', () => {
99
});
1010

1111
it('should execute the decrypt and combine Lit Action successfully', () =>
12-
createExecuteJsDecryptAndCombineTest(
13-
ctx,
14-
() => ctx.aliceEoaAuthContext
15-
)());
12+
createExecuteJsDecryptAndCombineTest(ctx, () => ctx.aliceEoaAuthContext)());
1613
});

0 commit comments

Comments
 (0)