Skip to content

Commit 8ad622f

Browse files
committed
fix test
1 parent d705546 commit 8ad622f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/sender.buffer.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ describe("Sender message builder test suite (anything not covered in client inte
262262
[[1.1, 2.2], [3.3], [5.5, 6.6]],
263263
]),
264264
).toThrow(
265-
"Length of arrays do not match [expected=2, actual=1, dimensions=[4,3,2], path=[3][1]]",
265+
"Lengths of sub-arrays do not match [expected=2, actual=1, dimensions=[4,3,2], path=[3][1]]",
266266
);
267267
await sender.close();
268268
});

0 commit comments

Comments
 (0)