Skip to content

Commit

Permalink
Update terra-draw-google-maps-adapter.spec.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLMilner authored Feb 4, 2025
1 parent 59674fd commit 6c9dae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ describe("TerraDrawGoogleMapsAdapter", () => {
});

describe("getLngLatFromEvent", () => {
it("returns null for initialized map", () => {
it("returns null for uninitialized map", () => {
const mapMock = createMockGoogleMap();
const adapter = new TerraDrawGoogleMapsAdapter({
lib: {
Expand Down

0 comments on commit 6c9dae8

Please sign in to comment.