Skip to content

Commit

Permalink
fix test prompt
Browse files Browse the repository at this point in the history
  • Loading branch information
aldrin312 authored Dec 19, 2024
1 parent 6003bdf commit 7ac1c3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/zoomUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ describe("getZoomScale", () => {
expect(result).toBe(1);
});

it("should return the maxZoom when the calculated scale is higher than maxZoom", () => {
it("should return with proper zoom scale", () => {
const result = getZoomScale({
minZoom: 1,
maxZoom: 3,
Expand Down

0 comments on commit 7ac1c3a

Please sign in to comment.