Skip to content

Commit

Permalink
Fix test compile error.
Browse files Browse the repository at this point in the history
  • Loading branch information
microbit-matt-hillsdon committed Jan 25, 2022
1 parent 7bb762d commit 278f6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/documentation/reference/apidocs-util.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* SPDX-License-Identifier: MIT
*/
import { ApiDocsResponse } from "../language-server/apidocs";
import { ApiDocsResponse } from "../../language-server/apidocs";
import { pullModulesToTop, resolveDottedName } from "./apidocs-util";

describe("pullModulesToTop", () => {
Expand Down

0 comments on commit 278f6a7

Please sign in to comment.