Skip to content

Commit

Permalink
fixed typo in max test
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielJDufour committed Dec 10, 2023
1 parent 768f75c commit 397d6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/max/max.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import test from "flug";
import reprojectBoundingBox from "reproject-bbox";
import { serve } from "srvd";
import load from "../load";
import max from "./max.core";
import max from "./index";

serve({ debug: true, max: 1, port: 3000 });

Expand Down

0 comments on commit 397d6e4

Please sign in to comment.