Skip to content

Commit ae7963a

Browse files
fix linter 2
Signed-off-by: James Xin <james.xin@improving.com>
1 parent d3c2fd7 commit ae7963a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node/tests/ServerModules.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1414,7 +1414,7 @@ describe("Server Module Tests", () => {
14141414
).toEqual(19);
14151415
},
14161416
);
1417-
1417+
14181418
it.each([ProtocolVersion.RESP2, ProtocolVersion.RESP3])(
14191419
"json.objlen tests",
14201420
async (protocol) => {

0 commit comments

Comments
 (0)