Skip to content

Commit

Permalink
fix(hub-common): remove f
Browse files Browse the repository at this point in the history
  • Loading branch information
juliannaeapicella committed Feb 4, 2025
1 parent ddbae1d commit 2bdfa47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/common/test/urls/getContentHomeUrl.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { IPortal } from "@esri/arcgis-rest-portal";
import { IHubRequestOptions } from "../../src/types";
import { IRequestOptions } from "@esri/arcgis-rest-request";

fdescribe("getContentHomeUrl", () => {
describe("getContentHomeUrl", () => {
const portalUrl = "https://portal.com";
const portal: IPortal = {
id: "31c",
Expand Down

0 comments on commit 2bdfa47

Please sign in to comment.