Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 7663a37

Browse files
committed
remove empty line
- per review comment
1 parent c40b65c commit 7663a37

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/operations/executors/string_executor_test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ describe('string', () => {
5555
node.op = 'EncodeBase64';
5656
node.attrParams.pad = createBoolAttr(true);
5757
executeOp(node, {input1}, context);
58-
5958
expect(tfc.encodeBase64).toHaveBeenCalledWith(input1[0], true);
6059
});
6160
});

0 commit comments

Comments
 (0)