Skip to content

Commit 04cf967

Browse files
11bitCopilot
andauthored
Update tests/optionsBasic/maxResultDimension.test.ts
Co-authored-by: Copilot <[email protected]>
1 parent 79ae306 commit 04cf967

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/optionsBasic/maxResultDimension.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ describe("maxResultDimension", () => {
3232

3333
it("should throw an error if max_result_dimension is less than 0", () => {
3434
expect(() => build({ max_result_dimension: -1 })).toThrow(
35-
"max_result_dimension option value can't be less then 0"
35+
"max_result_dimension option value can't be less than 0"
3636
);
3737
});
3838

0 commit comments

Comments
 (0)